Skip to content

Commit

Permalink
Bump BIGGER_RLIMITS address space size to 768MB
Browse files Browse the repository at this point in the history
* Smallest size I can find where V8 manages to start
  • Loading branch information
JayH5 committed Aug 17, 2016
1 parent c7c9dc1 commit a9fec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vxsandbox/tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class JsSandboxTestMixin(object):

BIGGER_RLIMITS = {
"RLIMIT_STACK": [2 * 1024 * 1024] * 2,
"RLIMIT_AS": [256 * 1024 * 1024] * 2,
"RLIMIT_AS": [786 * 1024 * 1024] * 2,
}

@inlineCallbacks
Expand Down

0 comments on commit a9fec14

Please sign in to comment.