Skip to content

Commit

Permalink
warden: Move back to EM 0.12
Browse files Browse the repository at this point in the history
The 1.0 beta crashes when a large number of containers is created
concurrently and there are many file descriptors.

Change-Id: I5208beabf04d2134ba24d2505c0b5a6b0de22703
  • Loading branch information
pietern committed Dec 21, 2011
1 parent 20db972 commit 63f1552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warden/warden.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency "eventmachine", "~> 1.0.0.beta.4"
s.add_runtime_dependency "eventmachine", "0.12.11.cloudfoundry.3"
s.add_runtime_dependency "yajl-ruby"
s.add_runtime_dependency "em-posix-spawn", '> 0.0.1'
s.add_runtime_dependency "vcap_common"
Expand Down

0 comments on commit 63f1552

Please sign in to comment.