mirror of
https://github.com/MeiK2333/river.git
synced 2025-09-26 22:49:11 +08:00
再上调一些限制(之前太小导致错误)
This commit is contained in:
parent
0e2b12b82a
commit
96504de749
@ -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,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user