为万恶的 C# 提供额外的资源

This commit is contained in:
MeiK 2021-04-20 17:47:30 +08:00
parent 10f6c437ff
commit b917d53bd6

View File

@ -47,7 +47,7 @@ pub async fn compile(language: &str, code: &str, path: &Path) -> Result<JudgeRes
1024 * 1024,
50 * 1024 * 1024,
i32::from(CONFIG.cgroup),
64,
128,
);
let status = sandbox.spawn().await?;
drop(permit);