Home
last modified time | relevance | path

Searched refs:maxmem (Results 1 – 6 of 6) sorted by relevance

/xen/tools/helpers/
A Dinit-xenstore-domain.c27 static int maxmem; variable
68 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()
/xen/tools/examples/
A Dxlexample.pvlinux31 #maxmem = 512
A Dxlexample.hvm30 #maxmem = 512
/xen/docs/man/
A Dxl.cfg.5.pod.in264 =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 it
276 actually has available to it. A guest with maxmem=262144 and
278 than a system with maxmem=8096 memory=8096 due to the memory overhead
317 vnodes will become B<maxmem=>. If B<maxmem=> is specified separately,
319 B<maxmem=>.
A Dxl.1.pod.in403 This must be less than the initial B<maxmem> parameter in the domain's
453 memory size of the domain (B<maxmem> parameter in the domain's
454 configuration). Note however that the initial B<maxmem> value is still
/xen/
A DSUPPORT.md250 to boot with memory < maxmem.

Completed in 12 milliseconds