Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated the README to have a higher amount of memory when installing. Should fix issues I had when attempting to install on a Mac.
  • Loading branch information
nigelgbanks committed Aug 12, 2013
1 parent b843b2c commit 2dc28c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ System Requirements
```bash
$ git clone https://github.com/futures/fcrepo4.git
$ cd fcrepo4
$ mvn install
$ MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=1024m" mvn install
$ cd fcrepo-webapp
$ MAVEN_OPTS="-Xmx512m" mvn jetty:run
```
Expand Down

0 comments on commit 2dc28c5

Please sign in to comment.