| 670 | // the page cache to the backing files and also read from the backing files during lookup. |
| 671 | TEST_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. |