Skip to content

Commit a5bd0b5

Browse files
authored
Update judge_client.cc
1 parent 26e6846 commit a5bd0b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

trunk/core/judge_client/judge_client.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,8 +1783,8 @@ void run_solution(int & lang, char * work_dir, int & time_lmt, int & usedtime,
17831783
setrlimit(RLIMIT_NPROC, &LIM);
17841784

17851785
// set the stack
1786-
LIM.rlim_cur = STD_MB << 6;
1787-
LIM.rlim_max = STD_MB << 6;
1786+
LIM.rlim_cur = STD_MB << 7;
1787+
LIM.rlim_max = STD_MB << 7;
17881788
setrlimit(RLIMIT_STACK, &LIM);
17891789
// set the memory
17901790
LIM.rlim_cur = STD_MB * mem_lmt / 2 * 3;

0 commit comments

Comments
 (0)