Skip to content

Commit

Permalink
Unlimit cpu and file handle rlimits as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Mar 29, 2023
1 parent 1bf63f6 commit b787e8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vxsandbox/tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ class JsSandboxTestMixin(object):
"RLIMIT_DATA": [-1, -1],
"RLIMIT_STACK": [-1, -1],
"RLIMIT_AS": [-1, -1],
"RLIMIT_CPU": [-1, -1],
"RLIMIT_NOFILE": [-1, -1],
}

@inlineCallbacks
Expand Down

0 comments on commit b787e8f

Please sign in to comment.