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 7a52105 commit 2db0da9Copy full SHA for 2db0da9
files/mongodb.service
@@ -4,7 +4,7 @@ Documentation=man:mongod(1)
4
5
[Service]
6
User=mongodb
7
-ExecStart=/usr/bin/mongod --config /etc/mongod.conf
+ExecStart=/usr/bin/numactl --interleave=all /usr/bin/mongod --config /etc/mongod.conf
8
LimitNOFILE=65535
9
LimitNPROC=65535
10
0 commit comments