You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2019/12/03 14:28:02 UTC

[lucene-solr] branch gradle-master updated: Explicitly assign 1g to the build process.

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

dweiss pushed a commit to branch gradle-master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/gradle-master by this push:
     new b451f7a  Explicitly assign 1g to the build process.
b451f7a is described below

commit b451f7a79c5b2f6903227b2b980c4bc24899bff6
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Tue Dec 3 15:27:56 2019 +0100

    Explicitly assign 1g to the build process.
---
 gradle.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle.properties b/gradle.properties
index 928cfe4..a7a04d6 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,5 @@
 systemProp.file.encoding=UTF-8
 
+org.gradle.jvmargs=-Xmx1g
 org.gradle.parallel=true
 org.gradle.priority=low