Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ac029e

Browse filesBrowse files
committed
test: bump memory limit for abort fatal error
PR-URL: #44984 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
1 parent 3f20e5b commit 9ac029e
Copy full SHA for 9ac029e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/abort/test-abort-fatal-error.js‎

Copy file name to clipboardExpand all lines: test/abort/test-abort-fatal-error.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const assert = require('assert');
2828
const exec = require('child_process').exec;
2929

3030
let cmdline = `ulimit -c 0; ${process.execPath}`;
31-
cmdline += ' --max-old-space-size=4 --max-semi-space-size=1';
31+
cmdline += ' --max-old-space-size=16 --max-semi-space-size=4';
3232
cmdline += ' -e "a = []; for (i = 0; i < 1e9; i++) { a.push({}) }"';
3333

3434
exec(cmdline, function(err, stdout, stderr) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.