Skip to content

Commit

Permalink
Merge pull request #76 from open-craft/bdero/increase-fd-limit
Browse files Browse the repository at this point in the history
Increase the file descriptor limit for the systemd service.
  • Loading branch information
UnderGreen authored Mar 7, 2017
2 parents 2dec490 + e7a9b46 commit 1ba531c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/mongodb.service
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1ba531c

Please sign in to comment.