projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove rails memory limit support
[chef.git]
/
roles
/
web-backend.rb
diff --git
a/roles/web-backend.rb
b/roles/web-backend.rb
index 91cd6faacb42085a308b93edb1418e38352f39f9..d77ea1b95db5f8148272d7fb6246e79b7dd1ac73 100644
(file)
--- a/
roles/web-backend.rb
+++ b/
roles/web-backend.rb
@@
-13,10
+13,6
@@
default_attributes(
},
:passenger => {
:max_pool_size => 12
- },
- :web => {
- :rails_soft_memory_limit => 512,
- :rails_hard_memory_limit => 2048
}
)