Skip to content

Commit

Permalink
executors/DART: increase address grace to 512 MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Jan 7, 2024
1 parent a7b8056 commit 76e86f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmoj/executors/DART.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Executor(CompiledExecutor):
print("echo: Hello, World!");
}
"""
address_grace = 128 * 1024
address_grace = 512 * 1024

syscalls = [
'timerfd_settime',
Expand Down

0 comments on commit 76e86f3

Please sign in to comment.