"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.

link|improve this question

64% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Implemented myself: libmlockall.

LD_PRELOAD it and it will call mlockall for each process it is being loaded into.

http://github.com/vi/libmlockall

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.