https://bugzilla.novell.com/show_bug.cgi?id=227742 ------- Comment #6 from garloff@novell.com 2006-12-22 05:50 MST ------- Maybe even better: TOT=0 if test -r /proc/meminfo -a -r /etc/sysconfig/ulimit; then MEMTOT=0: SWPTOT=0 while read ... [...] TOT=$(($MEMTOT+$SWPTOT)) fi if test $TOT != 0; then unset NEW268LOCKLIMIT [...] fi So rather than assuming a default value of 512MB RAM and no swap, we just don't do any mem related ulimit settings in case we can't determine the real values for whatever reason (and I'm still confused about the reason). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.