We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dec490 commit e7a9b46Copy full SHA for e7a9b46
files/mongodb.service
@@ -5,6 +5,8 @@ Documentation=man:mongod(1)
5
[Service]
6
User=mongodb
7
ExecStart=/usr/bin/mongod --config /etc/mongod.conf
8
+LimitNOFILE=65535
9
+LimitNPROC=65535
10
11
[Install]
12
WantedBy=multi-user.target
0 commit comments