Skip to content

Commit 1aae2b8

Browse files
committed
fix: 🐛 increase build stdout/stderr buffer to 10MB
Closes: #1
1 parent a371468 commit 1aae2b8

File tree

1 file changed

+1
-0
lines changed
  • modules/lambda-worker/sources/worker

1 file changed

+1
-0
lines changed

modules/lambda-worker/sources/worker/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ module.exports.handler = async function handler(event) {
289289

290290
...event.detail.environment,
291291
},
292+
maxBuffer: 1024 * 1024 * 10, // 10MB
292293
})
293294

294295
proc.child.stdout?.pipe(process.stdout)

0 commit comments

Comments
 (0)