You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/02/28 13:47:59 UTC

[camel] 01/01: CAMEL-11930: add JVM configuration for Maven

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch jenkins-pipeline
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0b359bebef30434ea05f0f0461de6221786cfe50
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Wed Feb 28 14:47:42 2018 +0100

    CAMEL-11930: add JVM configuration for Maven
    
    It's best that we explicitly set the JVM options used by Maven to have
    consistent and easily modified environment.
---
 .mvn/jvm.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mvn/jvm.config b/.mvn/jvm.config
new file mode 100644
index 0000000..b6a4c4d
--- /dev/null
+++ b/.mvn/jvm.config
@@ -0,0 +1 @@
+-Xmx2048m -Djava.awt.headless=true -XX:+UseG1GC -XX:+UseStringDeduplication

-- 
To stop receiving notification emails like this one, please contact
zregvart@apache.org.