Skip to content

Commit

Permalink
memory settings for jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Jan 19, 2012
1 parent a3f3910 commit 356d544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Expand Up @@ -33,7 +33,7 @@ def default_config_vars
"GEM_PATH" => slug_vendor_base,
}

ruby_version_jruby? ? vars.merge("JRUBY_HOME" => slug_vendor_ruby) : vars
ruby_version_jruby? ? vars.merge("JRUBY_HOME" => slug_vendor_ruby, "JAVA_OPTS" => '-Xmx384m -Xss512k') : vars
end

def default_process_types
Expand Down

0 comments on commit 356d544

Please sign in to comment.