Skip to content

Commit 016d69d

Browse files
authored
align example with text
1 parent bd18842 commit 016d69d

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
@@ -107,15 +107,15 @@ Under `runtime` in the [`sizing_hints` setting](/create-apps/app-reference/singl
107107
set the values for `reserved_memory` and `request_memory`.
108108

109109
For example,
110-
if you estimate your [optimal request memory](#1-estimate-the-optimal-request-memory-for-your-app) to be 110 MB
110+
if you estimate your [optimal request memory](#1-estimate-the-optimal-request-memory-for-your-app) to be 35 MB
111111
and your reserved memory to be 80 MB,
112112
you can use:
113113

114114
```yaml {configFile="app"}
115115
runtime:
116116
sizing_hints:
117117
request_memory: 35 # LESS memory per request == MORE workers.
118-
reserved_memory: 70
118+
reserved_memory: 80
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)