We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a0d3d commit 90e0bd9Copy full SHA for 90e0bd9
test/run
@@ -39,10 +39,10 @@ testConcurrencyPerformanceM() {
39
assertCapturedSuccess
40
}
41
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"
+testConcurrencyPerformanceL() {
+ LOG_CONCURRENCY=true MEMORY_AVAILABLE=14336 capture $(pwd)/profile/nodejs.sh
+ assertCaptured "Detected 14336 MB available memory, 512 MB limit per process (WEB_MEMORY)"
+ assertCaptured "Recommending WEB_CONCURRENCY=28"
46
47
48
0 commit comments