[ofbiz-framework] branch trunk updated: Improved: added an example memory setting notice for the case of heap memory problems during build.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: added an example memory setting notice for the case of heap memory problems during build.

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

mbrohl pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d61e0e7  Improved: added an example memory setting notice for the case of heap memory problems during build.
d61e0e7 is described below

commit d61e0e7558ba1cd6109c4b49221fda83d5b39f90
Author: Michael Brohl <[hidden email]>
AuthorDate: Mon Feb 8 17:19:58 2021 +0100

    Improved: added an example memory setting notice for the case of heap
    memory problems during build.
---
 gradle.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gradle.properties b/gradle.properties
index c6259f4..aa75f91 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,3 +18,6 @@
 ###############################################################################
 
 org.gradle.console=plain
+# If you experience heap memory problems during the Gradle build, for example
+# building with integrated plugins, the following setting might help
+#org.gradle.jvmargs=-Xms128m -Xmx1024m -XX:+CMSClassUnloadingEnabled