We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51da85f commit abb7113Copy full SHA for abb7113
1 file changed
task-maker-format/src/ioi/statement/asy.rs
@@ -44,7 +44,6 @@ impl AsyFile {
44
.limits_mut()
45
.read_only(false)
46
.wall_time(10.0) // asy tends to deadlock on failure
47
- .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