Skip to content

Commit

Permalink
don't set java_opts
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Amdor committed Feb 7, 2012
1 parent 8a5956a commit abea675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mine/mine-env.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(setenv "EDITOR" "emacsclient -c")
(setenv "JAVA_OPTS" "-Xmx512m")
;; (setenv "JAVA_OPTS" "-Xmx512m")
(setenv "MAVEN_OPTS" "-Xmx1024m -Xms256m -XX:MaxPermSize=512m")
(setenv "ANDROID_SDK_HOME" "/usr/local/Cellar/android-sdk/r5")
(setenv "ANDROID_SDK_ROOT" "/usr/local/Cellar/android-sdk/r5")
Expand Down

0 comments on commit abea675

Please sign in to comment.