Skip to content

Commit

Permalink
increase trusted wallclock limit (#10)
Browse files Browse the repository at this point in the history
* add BatchNoInput task type

* better name

* increase trusted sandbox TL

---------

Co-authored-by: Kevin Atienza <[email protected]>
  • Loading branch information
2 people authored and verngutz committed Jun 8, 2024
1 parent e2e0d73 commit afedbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(self):
self.compilation_sandbox_max_memory_kib = 512 * 1024 # 512 MiB
# Max processes, CPU time (s), memory (KiB) for trusted runs.
self.trusted_sandbox_max_processes = 1000
self.trusted_sandbox_max_time_s = 10.0
self.trusted_sandbox_max_time_s = 120.0
self.trusted_sandbox_max_memory_kib = 4 * 1024 * 1024 # 4 GiB

# WebServers.
Expand Down

0 comments on commit afedbce

Please sign in to comment.