On Mon, 14 Jan 2013 11:22:18 +0700 budi pearl <[email protected]> wrote:
> Is there any way to reduce the processor usage by perl? > I am trying to use nice -19 but proc usage is still 100% According to the man page, you should try: nice 19 See http://linux.about.com/library/cmd/blcmdl1_nice.htm -- Don't stop where the ink does. Shawn -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
