减少编译信息最大上限

This commit is contained in:
MeiK 2021-04-07 19:20:22 +08:00
parent 2deff9a019
commit 0e2b12b82a

View File

@ -40,7 +40,7 @@ pub async fn compile(language: &str, code: &str, path: &Path) -> Result<JudgeRes
path_to_string(&path.join(STDERR_FILENAME))?,
5000,
655350,
50 * 1024 * 1024,
5 * 1024,
i32::from(CONFIG.cgroup),
10,
);