Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions py_configuration_files/codejail.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
'CPU': 3,
# Clock seconds
'REALTIME': 3,
# 100 MiB memory
'VMEM': 100 * 1024 * 1024,
# Need at least 300 MiB memory for matplotlib alone. 512 MiB should be
# enough headroom in general.
'VMEM': 512 * 1024 * 1024,
# 1 MB file write limit
'FSIZE': 1 * 1024 * 1024,
},
Expand Down
Loading