mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-23 03:29:55 +00:00
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…
x
Reference in New Issue
Block a user