Re: process resident in memory

Robert Love (rml@tech9.net)
18 Mar 2003 13:08:35 -0500


On Tue, 2003-03-18 at 09:21, Mehmet Ersan TOPALOGLU wrote:

> first of all i don't have chance to modify the process' code.
> the thing mlockall does is exactly what i am trying to do
> (at least a part of it).
>
> So your answer is he couldn't know about user-mode so it is not possible.
> What if kernel forks that process or somehow its process id is informed
> to kernel?

nice works given a PID. You can call renice(1) from the command line or
you can use the nice(2) or setpriority(2) system calls.

Note you need to be root to lower the nice value (increase the priority)
of a process.

Unfortunately mlockall() only works from a process in the address
space. And it is not inherited on fork(). Tough luck.

Robert Love

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/