Skip to content

Commit bd18842

Browse files
authored
Merge pull request #5544 from platformsh/improve-example-memory-hints
Improve example to adjust request memory hints in fpm.md
2 parents 2331f18 + 2026ed2 commit bd18842

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • sites/platform/src/languages/php

sites/platform/src/languages/php/fpm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ you can use:
114114
```yaml {configFile="app"}
115115
runtime:
116116
sizing_hints:
117-
request_memory: 110
118-
reserved_memory: 80
117+
request_memory: 35 # LESS memory per request == MORE workers.
118+
reserved_memory: 70
119119
```
120120
Note that the minimum value for the `request_memory` key is 10 MB
121121
and the minimum value for the `reserved_memory` key is 70 MB.

0 commit comments

Comments
 (0)