Searched refs:maxmem (Results 1 – 6 of 6) sorted by relevance
27 static int maxmem; variable68 int limit_kb = (maxmem ? : (memory + 1)) * 1024; in build()310 maxmem = mb < val ? val : mb; in parse_maxmem()311 if ( maxmem < memory ) in parse_maxmem()312 maxmem = 0; in parse_maxmem()314 return maxmem; in parse_maxmem()399 maxmem = parse_maxmem(xch, maxmem_str); in main()400 if ( maxmem < 0 ) in main()435 if (maxmem) in main()436 snprintf(buf, 16, "%d", maxmem * 1024); in main()
31 #maxmem = 512
30 #maxmem = 512
264 =item B<maxmem=MBYTES>267 The value of B<maxmem=> must be equal to or greater than that of B<memory=>.270 if the values of B<memory=> and B<maxmem=> differ.275 memory to keep track of maxmem pages, regardless of how much memory it276 actually has available to it. A guest with maxmem=262144 and278 than a system with maxmem=8096 memory=8096 due to the memory overhead317 vnodes will become B<maxmem=>. If B<maxmem=> is specified separately,319 B<maxmem=>.
403 This must be less than the initial B<maxmem> parameter in the domain's453 memory size of the domain (B<maxmem> parameter in the domain's454 configuration). Note however that the initial B<maxmem> value is still
250 to boot with memory < maxmem.
Completed in 12 milliseconds