We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a250a commit 854cedeCopy full SHA for 854cede
1 file changed
task-maker-format/src/ioi/statement/asy.rs
@@ -44,7 +44,7 @@ impl AsyFile {
44
.limits_mut()
45
.read_only(false)
46
.wall_time(10.0) // asy tends to deadlock on failure
47
- .stack(8192 * 1024) // due to a libgc bug, asy may crash with unlimited stack
+ .stack(4096 * 1024) // due to a libgc bug, asy may crash with unlimited stack
48
.allow_multiprocess()
49
.add_extra_readable_dir("/etc")
50
.mount_tmpfs(true)
0 commit comments