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.
2 parents 2dec490 + e7a9b46 commit 1ba531cCopy full SHA for 1ba531c
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