From: lace <> Date: Wed, 18 Jun 2008 16:13:02 +0000 (+0000) Subject: ulimit -v 500000 -c unlimited X-Git-Url: http://git.jankratochvil.net/?a=commitdiff_plain;h=e5d0aa11dff96a2dfb2d2f4e1ea5214d141162ef;hp=6694e46ce2a90eaec122fec1fc755fc2d7493175;p=nethome.git ulimit -v 500000 -c unlimited --- diff --git a/bin/runtest b/bin/runtest new file mode 100755 index 0000000..cd9c0c2 --- /dev/null +++ b/bin/runtest @@ -0,0 +1,3 @@ +#! /bin/sh +ulimit -v 500000 -c unlimited +exec /usr/bin/runtest "$@"