Low Priority Apps
Karol Kwiatkowski
freebsd at orchid.homeunix.org
Thu Aug 24 14:30:31 UTC 2006
On 24/08/2006 07:17, Dave Raven wrote:
> Hi all,
Hi Dave,
> I have a FreeBSD 4.x box running an app that uses 30-50% of the
> processor. Periodically (through cron) we run a perl app that processes log
> files and inserts the entries to sql.
>
> This perl + mysql combination is causing problems for our app and I'd like
> to run them at a low priority. What nice value should I give them - should I
> lower the value of just the perl, or both, or make the high priority app's
> value higher?
I'd say make both perl and mysql processes 'nicer', say, both to value
of 10 (YMMV, you may want to experiment with it).
From your post I'm not sure if you're aware - the lower the value of
'nice' the higher priority the process has. Check
getpriority(2) for the details.
On the side note, I'm doing it all the time - I can watch tv (with
some filters it takes about 20% CPU) perfectly fine while building
world with nice =20.
> Thanks
> Dave
HTH,
Karol
--
Karol Kwiatkowski <freebsd at orchid dot homeunix dot org>
OpenPGP: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20060824/01f34d34/signature.pgp
More information about the freebsd-questions
mailing list