Searched refs:allmem (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c5874 * allmem is "all memory that we could possibly use".
5877 uint64_t allmem = ptob(physmem - swapfs_minfree); local
5879 uint64_t allmem = (physmem * PAGESIZE) / 2;
5890 arc_c_min = MAX(allmem / 32, 64 << 20);
5892 if (allmem >= 1 << 30)
5893 arc_c_max = allmem - (1 << 30);
5896 arc_c_max = MAX(allmem * 3 / 4, arc_c_max);
5912 if (zfs_arc_max > 64 << 20 && zfs_arc_max < allmem) {

Completed in 945 milliseconds