Increase RLIMIT_NPROC to 15 to appease Java
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 3 Feb 2015 16:21:11 +0000 (18:21 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 3 Feb 2015 16:21:11 +0000 (18:21 +0200)
gruntmaster-exec

index bcde8d721321899e0f65cf317ecf8d3d697f4a7e..46ac491a674ebb1eb3672783e913d1f08e6d8a30 100755 (executable)
@@ -87,7 +87,7 @@ if ($ret) {
                        POSIX::close $oldfd or die $!;
                }
        }
-       my $nproc = $killuser ? 5 : 1;
+       my $nproc = $killuser ? 15 : 1;
        my $debug = $ENV{TEST_VERBOSE};
        %ENV = (ONLINE_JUDGE => 1, PATH => $ENV{PATH}, HOME => $ENV{HOME});
        setrlimit RLIMIT_AS, $mlimit, $mlimit or die $! if $mlimit;
This page took 0.010165 seconds and 4 git commands to generate.