Skip to content

Commit

Permalink
fix c# on 16.04 x64
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue committed Jan 31, 2018
1 parent b582eda commit f61021d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/core/judged/judged.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f61021d

Please sign in to comment.