chef-mongodb3
chef-mongodb3 copied to clipboard
systemd service config is not setting recommended ulimit settings
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
+1