summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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