Skip to content

Commit 3e803d2

Browse files
committed
Fixes math typo - fixes #66
1 parent 9341179 commit 3e803d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.envrc-sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# set PHP-FPM in work in on-demand mode with a fixed set up max_children
3939
# probably, you may calculate the max_childen depending on the total available memory in the server!
40-
# ( total memory / max_memory in php.ini ) * 2
40+
# total memory / max_memory in php.ini
4141
# on a 1GB server with a max_memory of 256MB for php, the max_children would be 4
4242

4343
#export PHP_MAX_CHILDREN=

0 commit comments

Comments
 (0)