Skip to content

Instantly share code, notes, and snippets.

@dinedal
Created March 26, 2014 22:41
Show Gist options
  • Save dinedal/9795269 to your computer and use it in GitHub Desktop.
Save dinedal/9795269 to your computer and use it in GitHub Desktop.
export RUBY_CONFIGURE_OPTS="\
--with-readline-dir=$(brew --prefix readline) \
--with-openssl-dir=$(brew --prefix openssl)
--with-yaml-dir=$(brew --prefix libyaml) \
--with-gdbm-dir=$(brew --prefix gdbm) \
--with-libffi-dir=$(brew --prefix libffi)"
export GOPATH=$HOME/go
export EDITOR='subl'
export RUBY_GC_HEAP_INIT_SLOTS=1000000
export RUBY_HEAP_SLOTS_INCREMENT=1000000
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
export RUBY_GC_MALLOC_LIMIT=1000000000
export RUBY_HEAP_FREE_MIN=500000
SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=512M"
export HADOOP_HOME=/usr/local/Cellar/hadoop/1.2.1/libexec
export PATH=$PATH:$HADOOP_HOME/bin
export HIVE_HOME=/usr/local/Cellar/hive/0.12.0/libexec
export PATH=$PATH:$HIVE_HOME/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment