Script started on Thu Apr 3 13:46:44 2003 $ (ulimit -Sv 65536 && dd if=/dev/zero of=test-gawk bs=1024 count=128 && gawk '/.*/ {;}' buf: can't allocate 67108866 bytes of memory (Cannot allocate memory) $ (ulimit -Sv 98304 && dd if=/dev/zero of=test-gawk bs=1024 count=128 && gawk '/.*/ {;}' buf: can't allocate 134217730 bytes of memory (Cannot allocate memory) $ exit Script done on Thu Apr 3 13:48:21 2003