Re: renice -20 $$ in safe_mysqld

2002-01-30 Thread Wouter de Jong

On Mon, Jan 28, 2002 at 05:30:00PM +0200, Egor Egorov wrote:

Hi,

 In any place that is reached by the scope of execution of safe_mysqld. It must do 
fine right in the beginning of the script.

It doesn't, or I am making a mistake :

If I put renice -20 $$ (tried it on several places in safe_mysqld), I get the 
following:

32606: old priority 0, new priority -20
Starting mysqld daemon with databases from /opt/mysql/var
- NICE: nice ---15 nohup -- debug line i added
020130 11:16:20  mysqld ended

The .err shows:

020130 11:16:20  mysqld started
nice: unrecognized option `---15'
Try `nice --help' for more information.
020130 11:16:20  mysqld ended

-- 
Met vriendelijke groet/With kind regards,

Wouter de Jong

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




renice -20 $$ in safe_mysqld

2002-01-28 Thread Egor Egorov

Keith,

Sunday, January 27, 2002, 6:22:31 AM, you wrote:

K  The MySQL documentation (2.6.1 Linux Notes) states that is essential to
K run the 'mysqld' process with the highest possible priority on the Linux
K 2.4 kernel and this can be achieved by adding 'renice -20 $$' to
K 'safe_mysqld'. Where is the appropriate place in the 'safe_mysqld'
K script to place the 'renice -20 $$' statement?

In any place that is reached by the scope of execution of safe_mysqld. It must do fine 
right in the beginning of the script.





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




renice -20 $$ in safe_mysqld

2002-01-26 Thread Keith

 The MySQL documentation (2.6.1 Linux Notes) states that is essential to
run the 'mysqld' process with the highest possible priority on the Linux
2.4 kernel and this can be achieved by adding 'renice -20 $$' to
'safe_mysqld'. Where is the appropriate place in the 'safe_mysqld'
script to place the 'renice -20 $$' statement?


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php