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

/freebsd-10.0-release/lib/libvmmapi/
H A Dvmmapi.c58 uint32_t lowmem_limit; member in struct:vmctx
104 vm->lowmem_limit = 3 * GB;
173 return (ctx->lowmem_limit);
180 ctx->lowmem_limit = limit;
218 if (memsize > ctx->lowmem_limit) {
219 ctx->lowmem = ctx->lowmem_limit;

Completed in 147 milliseconds