Merge pull request #76 from open-craft/bdero/increase-fd-limit
Increase the file descriptor limit for the systemd service.
This commit is contained in:
commit
1ba531c5c6
|
@ -5,6 +5,8 @@ Documentation=man:mongod(1)
|
|||
[Service]
|
||||
User=mongodb
|
||||
ExecStart=/usr/bin/mongod --config /etc/mongod.conf
|
||||
LimitNOFILE=65535
|
||||
LimitNPROC=65535
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue