Skip to content

Commit

Permalink
Fix sb2nov#82 as it doesn't work on bash
Browse files Browse the repository at this point in the history
  • Loading branch information
sb2nov committed Sep 4, 2016
1 parent 2c7b730 commit f5ff294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
.grunt
/_book/
*.log

*.DS_Store
3 changes: 2 additions & 1 deletion Scala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Make sure you have Java installed, the instructions are provided [here](/mac-set

Update the `/usr/local/etc/sbtopts` by running the command below. This step is optional.

$echo '-J-XX:+CMSClassUnloadingEnabled\n-J-Xmx2G\n' >> /usr/local/etc/sbtopts
$ echo '-J-XX:+CMSClassUnloadingEnabled' >> /usr/local/etc/sbtopts
$ echo '-J-Xmx2G' >> /usr/local/etc/sbtopts

### Scala Plugin for Eclipse

Expand Down

0 comments on commit f5ff294

Please sign in to comment.