How can I change memory allocation policy on Linux?
On Solaris it's done system-wide with lgrp_mem_default_policy (man page) and pmadvise (man page) is a per process equivalent that does not require root.
|
feedback
|
|
Linux uses different memory management subsystems than Solaris, of course, so not every tuneable has an equivalent. Looks like the | |||||||||||
feedback
|