- or download this
$ ulimit -a
...
virtual memory (kbytes, -v) 8192
- or download this
$ cat swaphogger.pl
#!/usr/bin/perl -w
...
die __FILE__ . " [" . __LINE__ . "] couldn't fork() :$
+!\n";
}
}
- or download this
$swapon = `swapon -s | tail -1` # strangeness
- or download this
$ ./swaphogger.pl 10
./swaphogger.pl [8] child [2583]
...
Out of memory!
Out of memory!
Out of memory!
- or download this
$swapon = `swapon -s | tail -1` # strangeness