File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ description: |
195
195
This value maps to the
196
196
:k8sdocs:`limits field </reference/generated/kubernetes-api/v1.10/#resourcerequirements-v1-core>`
197
197
for CPU for the created pod.
198
+
198
199
replacement :
199
200
component : :term:`standalone deployment`
200
201
@@ -214,6 +215,13 @@ description: |
214
215
for CPU for the created pod.
215
216
216
217
The requested value must be less than or equal to {{cpuLimit}}.
218
+
219
+ .. note::
220
+
221
+ For production deployments, MongoDB recommends setting this value
222
+ to ``2``. This value is consistent with
223
+ :manual:`considerations stated </administration/production-notes#allocate-sufficient-ram-and-cpu>`
224
+ for MongoDB hosts.
217
225
replacement :
218
226
component : standalone database
219
227
cpuLimit : :setting:`spec.podSpec.cpu`
@@ -256,8 +264,14 @@ description: |
256
264
:k8sdocs:`requests field </reference/generated/kubernetes-api/v1.10/#resourcerequirements-v1-core>`
257
265
for memory for the created pod.
258
266
259
-
260
267
The requested value must be less than or equal to {{memoryLimit}}.
268
+
269
+ .. note::
270
+
271
+ For production deployments, MongoDB recommends setting this value
272
+ to ``16Gi``. This value is consistent with
273
+ :manual:`considerations stated </administration/production-notes#allocate-sufficient-ram-and-cpu>`
274
+ for MongoDB hosts.
261
275
replacement :
262
276
memoryLimit : :setting:`spec.podSpec.memory`
263
277
You can’t perform that action at this time.
0 commit comments