Skip to content

Commit f61021d

Browse files
committed
fix c# on 16.04 x64
1 parent b582eda commit f61021d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trunk/core/judged/judged.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ void run_client(int runid, int clientid) {
219219
LIM.rlim_cur = STD_MB << 11;
220220
setrlimit(RLIMIT_AS, &LIM);
221221

222-
LIM.rlim_cur = LIM.rlim_max = 200;
222+
LIM.rlim_cur = LIM.rlim_max = 400;
223223
setrlimit(RLIMIT_NPROC, &LIM);
224224

225225
//buf[0]=clientid+'0'; buf[1]=0;

0 commit comments

Comments
 (0)