[no subject]

2001-12-26 Thread Happy Hanukka
Title: NOVEMBER DECEMBER'S CLOSEOUT: JUDAICA ART - JUST IN TIME FOR THE HOLIDAYS For a Limited Time Only!!! David Yochanan - Colors   David Yochanan - Micro Calligraphy     "Beloved Jerusalem"

[no subject]

2001-12-26 Thread Happy Hanukka
Title: NOVEMBER DECEMBER'S CLOSEOUT: JUDAICA ART - JUST IN TIME FOR THE HOLIDAYS For a Limited Time Only!!! David Yochanan - Colors   David Yochanan - Micro Calligraphy     "Beloved Jerusalem"

Re: ulimit for mysql and www-data

2001-12-26 Thread Vasil Kolev
I had the same problem (with apache) , and found that the best way is to add ulimit -n 32000 ulimit -u 2048 at the begining of /etc/init.d/apache And I think that is the best way to do it. sometning like /etc/rc.boot/ulimit_optimize possibly won't work, because limits are inherited through fork(

Re: ulimit for mysql and www-data

2001-12-26 Thread Vasil Kolev
I had the same problem (with apache) , and found that the best way is to add ulimit -n 32000 ulimit -u 2048 at the begining of /etc/init.d/apache And I think that is the best way to do it. sometning like /etc/rc.boot/ulimit_optimize possibly won't work, because limits are inherited through fork