mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-24 03:59:02 +00:00
Closes UnderGreen/ansible-role-mongodb#146 using numactl to start mongod instance
This commit is contained in:
parent
7a52105811
commit
2db0da93a9
@ -4,7 +4,7 @@ Documentation=man:mongod(1)
|
||||
|
||||
[Service]
|
||||
User=mongodb
|
||||
ExecStart=/usr/bin/mongod --config /etc/mongod.conf
|
||||
ExecStart=/usr/bin/numactl --interleave=all /usr/bin/mongod --config /etc/mongod.conf
|
||||
LimitNOFILE=65535
|
||||
LimitNPROC=65535
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user