> -----Original Message-----
> From: Travis Reeder [mailto:[EMAIL PROTECTED]

> Is there a way to give mysql a lower priority?

If you're on a UNIXish operating system, you could try running it with the
'nice' command. 'nice' lets you set the priority of the process you launch
with it.

Note that this only helps if it really is a CPU-bound process.  It can still
slow down the rest of the system if it's causing a lot of swapping or disk
activity.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to