"mlockall() locks all pages mapped into the address space of the calling process"
How to do it from console for a process tree?
Something like lockall sh -c "read_data | process_data | write_data", in style of nice, ionice and schedtool -e.
|
feedback
|
|
Implemented myself: libmlockall. LD_PRELOAD it and it will call mlockall for each process it is being loaded into. | |||
|
feedback
|