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.
2 parents 2331f18 + 2026ed2 commit bd18842Copy full SHA for bd18842
1 file changed
sites/platform/src/languages/php/fpm.md
@@ -114,8 +114,8 @@ you can use:
114
```yaml {configFile="app"}
115
runtime:
116
sizing_hints:
117
- request_memory: 110
118
- reserved_memory: 80
+ request_memory: 35 # LESS memory per request == MORE workers.
+ reserved_memory: 70
119
```
120
Note that the minimum value for the `request_memory` key is 10 MB
121
and the minimum value for the `reserved_memory` key is 70 MB.
0 commit comments