Skip to content

Commit

Permalink
better exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dlikhten committed Mar 17, 2014
1 parent 5273a00 commit 681ee77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .exports
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.5.2.5/jars"
export EC2_AMITOOL_HOME="/usr/local/Cellar/ec2-ami-tools/1.3-45758/jars"

# path
export PATH=/usr/local/sbin:$PATH
export PATH=~/Developer/bin:~/Developer/usr/bin:/usr/local/sbin:$PATH

# "faster" rails startup time
export RUBY_HEAP_MIN_SLOTS=1000000
export RUBY_HEAP_SLOTS_INCREMENT=1000000
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
export RUBY_GC_MALLOC_LIMIT=100000000
export RUBY_HEAP_FREE_MIN=500000

export JAVA_HOME=$(/usr/libexec/java_home)

0 comments on commit 681ee77

Please sign in to comment.