File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -224,13 +224,15 @@ Linux
224
224
- Use ``noatime`` for the :setting:`~storage.dbPath` mount point.
225
225
226
226
- Configure sufficient file handles (``fs.file-max``), kernel pid
227
- limit (``kernel.pid_max``), and maximum threads per process
228
- (``kernel.threads-max``) for your deployment. For large systems,
227
+ limit (``kernel.pid_max``), maximum threads per process
228
+ (``kernel.threads-max``), and maximum number of memory map areas per
229
+ process (``vm.max_map_count``) for your deployment. For large systems,
229
230
the following values provide a good starting point:
230
231
231
232
- ``fs.file-max`` value of 98000,
232
- - ``kernel.pid_max`` value of 64000, and
233
- - ``kernel.threads-max`` value of 64000
233
+ - ``kernel.pid_max`` value of 64000,
234
+ - ``kernel.threads-max`` value of 64000, and
235
+ - ``vm.max_map_count`` value of 128000
234
236
235
237
- Ensure that your system has swap space configured. Refer to your
236
238
operating system's documentation for details on appropriate sizing.
You can’t perform that action at this time.
0 commit comments