Skip to content

Commit 90e0bd9

Browse files
committed
pause
1 parent 96a0d3d commit 90e0bd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/run

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ testConcurrencyPerformanceM() {
3939
assertCapturedSuccess
4040
}
4141

42-
testConcurrencyPX() {
43-
LOG_CONCURRENCY=true MEMORY_AVAILABLE=6144 capture $(pwd)/profile/nodejs.sh
44-
assertCaptured "Detected 6144 MB available memory, 512 MB limit per process (WEB_MEMORY)"
45-
assertCaptured "Recommending WEB_CONCURRENCY=12"
42+
testConcurrencyPerformanceL() {
43+
LOG_CONCURRENCY=true MEMORY_AVAILABLE=14336 capture $(pwd)/profile/nodejs.sh
44+
assertCaptured "Detected 14336 MB available memory, 512 MB limit per process (WEB_MEMORY)"
45+
assertCaptured "Recommending WEB_CONCURRENCY=28"
4646
assertCapturedSuccess
4747
}
4848

0 commit comments

Comments
 (0)