Hi,

        I am trying to speed up these java apps... I thought increasing their 
priority to give them more CPU time could help..

# pstree -p
init(1)-+-agetty(1354)
       |---java(16123)---java(16124)-+-java(16125)

# renice -10 -g 16123
renice: 16123: getpriority: No such process

# renice -10 -g 16124
renice: 16124: getpriority: No such process

# renice -10 -g 16125
renice: 16125: getpriority: No such process


        What's happening? The process is there but I can't renice it because theres 
no such process.. Any ideas?

Cedric


--
[EMAIL PROTECTED] mailing list

Reply via email to