再上调一些限制(之前太小导致错误)

This commit is contained in:
MeiK 2021-04-07 19:25:36 +08:00
parent 0e2b12b82a
commit 96504de749

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,
5 * 1024,
1024 * 1024,
i32::from(CONFIG.cgroup),
10,
);