Skip to content

Commit abb7113

Browse files
committed
Removed stack limit for asy
1 parent 51da85f commit abb7113

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • task-maker-format/src/ioi/statement

task-maker-format/src/ioi/statement/asy.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ impl AsyFile {
4444
.limits_mut()
4545
.read_only(false)
4646
.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
4847
.allow_multiprocess()
4948
.add_extra_readable_dir("/etc")
5049
.mount_tmpfs(true)

0 commit comments

Comments
 (0)