From f61021d763d88fd10f8e8dad473b6cbc70ec539a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E6=96=8C?= Date: Wed, 31 Jan 2018 01:44:39 +0000 Subject: [PATCH] fix c# on 16.04 x64 --- trunk/core/judged/judged.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/core/judged/judged.cc b/trunk/core/judged/judged.cc index a203e90261a..5ea0e50c059 100644 --- a/trunk/core/judged/judged.cc +++ b/trunk/core/judged/judged.cc @@ -219,7 +219,7 @@ void run_client(int runid, int clientid) { LIM.rlim_cur = STD_MB << 11; setrlimit(RLIMIT_AS, &LIM); - LIM.rlim_cur = LIM.rlim_max = 200; + LIM.rlim_cur = LIM.rlim_max = 400; setrlimit(RLIMIT_NPROC, &LIM); //buf[0]=clientid+'0'; buf[1]=0;