slitaz-base-files rev 55 2.4

/etc/profile: mysql doesn't like huge stacks
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 25 15:57:40 2008 +0000 (2008-09-25)
parents d69499628c39
children 5020e8d43fab
files rootfs/etc/profile
line diff
     1.1 --- a/rootfs/etc/profile	Tue Sep 02 08:12:02 2008 +0000
     1.2 +++ b/rootfs/etc/profile	Thu Sep 25 15:57:40 2008 +0000
     1.3 @@ -17,7 +17,6 @@
     1.4  
     1.5  # Max 64M for programs (prevent memory leak crashs)
     1.6  ulimit -d 65536
     1.7 -ulimit -s 65536
     1.8  ulimit -m 65536
     1.9  ulimit -v 524288
    1.10  # Screen display for X and encoding for GTK+ apps.