MCPcopy Create free account
hub / github.com/apache/impala / sysinfo

Class sysinfo

be/src/runtime/io/data-cache-test.cc:672–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670// the page cache to the backing files and also read from the backing files during lookup.
671TEST_P(DataCacheTest, LargeFootprint) {
672 struct sysinfo info;
673 ASSERT_EQ(0, sysinfo(&info));
674 ASSERT_GT(info.totalram, 0);
675 // Set sufficient buffer size limits to prevent async store failures.

Callers 1

TEST_PFunction · 0.70

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.56