File tree Expand file tree Collapse file tree
sites/platform/src/languages/php Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,15 +107,15 @@ Under `runtime` in the [`sizing_hints` setting](/create-apps/app-reference/singl
107107set the values for ` reserved_memory ` and ` request_memory ` .
108108
109109For 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
111111and your reserved memory to be 80 MB,
112112you can use:
113113
114114``` yaml {configFile="app"}
115115runtime :
116116 sizing_hints :
117117 request_memory : 35 # LESS memory per request == MORE workers.
118- reserved_memory : 70
118+ reserved_memory : 80
119119` ` `
120120Note that the minimum value for the ` request_memory` key is 10 MB
121121and the minimum value for the `reserved_memory` key is 70 MB.
You can’t perform that action at this time.
0 commit comments