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

/illumos-gate/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.c52 uint64_t xsvc_max_memory = 10 * 1024 * 1024; variable
258 * the maxallocmem property will override the default (xsvc_max_memory).
264 xsvc_max_memory = maxallocmem * 1024;
496 if ((state->xs_currently_alloced + size) > xsvc_max_memory) {

Completed in 81 milliseconds