Skip to content

Instantly share code, notes, and snippets.

@felipero
Created July 29, 2009 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipero/158241 to your computer and use it in GitHub Desktop.
Save felipero/158241 to your computer and use it in GitHub Desktop.
# Clojure jar file
clj=/opt/clojure/clojure/clojure.jar
# Directory where libaries/jar files can be found
clj_ext=~/.clojure
###
# Various java options:
###
# Memory settings
clj_opts="${clj_opts} -Xms128m -Xmx512m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment