summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-08-31 14:45:38 +0200
committerGitHub <noreply@github.com>2017-08-31 14:45:38 +0200
commit2820864d2153b819c03e7f589cd04d67d4b837a5 (patch)
tree5dddf85dd720bfc50b51604e336ed94b6b082fc2 /README.md
parent033d298bc2e29fb43640e478c2ecabad21e4e4da (diff)
Improve doc on building Java
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 866eb39bede..9346af970e0 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,8 @@ You can also setup CentOS 7 natively and install the following build dependencie
### Build Java modules
- sh bootstrap.sh
+ export MAVEN_OPTS="-Xms128m -Xmx512m"
+ sh bootstrap.sh java
mvn -T <num-threads> install
### Build C++ modules