Skip to content

Commit

Permalink
Give sbt 256MB of permgem space
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwright committed Sep 26, 2013
1 parent 89f9c98 commit cbb44e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
SOURCE := $(CURDIR)
TARGET := $(HOME)
FILES := bashrc bash_profile aliases functions local_gitconfig gitignore ackrc zshrc zshenv screenrc inputrc irbrc slate.js gemrc
FILES := bashrc bash_profile aliases functions local_gitconfig gitignore ackrc zshrc zshenv screenrc inputrc irbrc slate.js gemrc sbtconfig

UNAME := $(shell uname)

Expand Down
1 change: 1 addition & 0 deletions sbtconfig
@@ -0,0 +1 @@
export SBT_OPTS=-XX:MaxPermSize=256M

0 comments on commit cbb44e1

Please sign in to comment.