chef-cookbooks / chef-server

Cookbook to install standalone Chef Server

Home Page:http://supermarket.chef.io/cookbooks/chef-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regression of chef-3889

acqant opened this issue · comments

https://tickets.opscode.com/browse/CHEF-3889

FATAL: could not create shared memory segment: Invalid argument
2015-05-27_18:57:28.33848 DETAIL: Failed system call was shmget(key=5432001, size=69168054272, 03600).

free -g
251

so how do you get the shmget to NOT be so large?

[["set_unless_enabled?", false], ["default", {"version"=>nil, "api_fqdn"=>"dny1-bvlt-r1n01.domain.com", "addons"=>[], "configuration"=>{}}], ["env_default", :not_present], ["role_default", :not_present], ["force_default", :not_present], ["normal", :not_present], ["override", {"configuration"=>{"postgresql"=>{"listen_address"=>"0.0.0.0", "shmmax"=>17179869184, "shared_buffers"=>"14336MB"}}}], ["role_override", :not_present], ["env_override", :not_present], ["force_override", :not_present], ["automatic", :not_present]]

this is caused by chef/chef-server#44