Changes

From SME Server
Jump to navigationJump to search
43 bytes added ,  23:30, 15 March 2020
no edit summary
Line 62: Line 62:     
=== Workaround ===
 
=== Workaround ===
You might get the following warining in logs for mongodb<syntaxhighlight>
+
You might get the following warining in logs for mongodb
 +
<syntaxhighlight lang="text">
 
WARNING: soft rlimits too low. rlimits set to 1024 processes, 4096 files. Number of processes should be at least 2048 : 0.5 times number of files
 
WARNING: soft rlimits too low. rlimits set to 1024 processes, 4096 files. Number of processes should be at least 2048 : 0.5 times number of files
 
</syntaxhighlight>
 
</syntaxhighlight>
   −
the way to fix<syntaxhighlight lang="bash">
+
the way to fix
 +
<syntaxhighlight lang="bash" highlight="1" start='1' line>
 
sed -i s/1024/2048/ /etc/security/limits.d/90-nproc.conf
 
sed -i s/1024/2048/ /etc/security/limits.d/90-nproc.conf
 
</syntaxhighlight>
 
</syntaxhighlight>
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,240

edits

Navigation menu