From: lace <> Date: Wed, 18 Jun 2008 16:13:02 +0000 (+0000) Subject: ulimit -v 500000 -c unlimited X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=e5d0aa11dff96a2dfb2d2f4e1ea5214d141162ef 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 "$@"