chef-mongodb3 icon indicating copy to clipboard operation
chef-mongodb3 copied to clipboard

systemd service config is not setting recommended ulimit settings

Open pg1671 opened this issue 8 years ago • 1 comments

From https://docs.mongodb.com/manual/reference/ulimit/

Would be good to be able to set these as attribute in the cookbook.

(file size)

LimitFSIZE=infinity

(cpu time)

LimitCPU=infinity

(virtual memory size)

LimitAS=infinity

(open files)

LimitNOFILE=64000

(processes/threads)

LimitNPROC=64000

pg1671 avatar Aug 28 '16 18:08 pg1671

+1

apanagiotou avatar Nov 15 '17 09:11 apanagiotou