You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/01/21 12:50:32 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated: SLING-8936 - fix max memory to avoid JVM setting an environment-dependent value

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git


The following commit(s) were added to refs/heads/master by this push:
     new 9cb5e2d  SLING-8936 - fix max memory to avoid JVM setting an environment-dependent value
9cb5e2d is described below

commit 9cb5e2d9a90c1183e305b53f0c11c9ef21875585
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Jan 21 13:50:17 2020 +0100

    SLING-8936 - fix max memory to avoid JVM setting an environment-dependent value
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 00c768d..e810559 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
     <jackrabbit.version>2.18.2</jackrabbit.version>
     <oak.version>1.16.0</oak.version>
     <!-- To debug the pax process, override this with -D -->
-    <pax.vm.options>-Ddefault.pom.options=unused</pax.vm.options>
+    <pax.vm.options>-Xmx512M</pax.vm.options>
   </properties>
 
   <scm>