Skip to content

Commit 0cf42b9

Browse files
author
Armando Aguirre
authored
Merge pull request #10 from armanio123/IncreaseStackSize
Increased stack-size
2 parents 6f84df1 + 5840327 commit 0cf42b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@typescript/server-replay",
33
"author": "Microsoft Corp.",
44
"homepage": "https://github.com/microsoft/typescript-server-replay#readme",
5-
"version": "0.2.12",
5+
"version": "0.2.13",
66
"license": "MIT",
77
"description": "Replay server requests from a file",
88
"keywords": [

replay.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ async function main() {
234234
const nodeArgs = [
235235
"--max-old-space-size=4096",
236236
"--expose-gc",
237+
"--stack-size=2048",
237238
// "--require=E:/tsserver-stress/node_modules/pprof-it/dist/index.js",
238239
];
239240

0 commit comments

Comments
 (0)