I need to test a process for memory management.
- I do not have the source, so I need to do all the testing from the OS side.
- I want to be able to say something like
limitmemory 400k -p <pid>
Is there a way to do this in unix? Any common unix utility would be excellent.
