mirror of
https://github.com/MeiK2333/river.git
synced 2025-09-26 22:49:11 +08:00
减少编译信息最大上限
This commit is contained in:
parent
2deff9a019
commit
0e2b12b82a
@ -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,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user