|
From: Leif M. <lei...@ta...> - 2009-08-07 22:37:31
|
Stas, a PRIORITY of -2 will adjust the nice level of the Wrapper process by -2 (meaning that it has higher priority than normal). The Java process will also be affected in this way so it will cause your Wrapped java to obtain the same priority as a standalone Java. I am still not sure that this is a problem as it seems to be that the scheduler is deciding to adjust the priority in this way. Cheers, Leif On Sat, Aug 8, 2009 at 5:32 AM, Stas Oskin<sta...@gm...> wrote: > Hi Leif. > >> >> A work around is to set the PRIORITY in the shell script to -2. That >> requires that the user be root to do so however. >> > > Can you remind me what this setting (-2) does, and how it helps with the > matter? > > Thanks. |