This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new d014dfa Fixed: wrong maxheapsize (OFBIZ-11967)
d014dfa is described below
commit d014dfa4ed3fe8fe252b97c168fbfa19520fb484
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Fri Aug 21 11:32:01 2020 +0200
Fixed: wrong maxheapsize (OFBIZ-11967)
Reverts: Expiring Daemon because JVM heap space is exhausted (OFBIZ-11954)
Most likely a local error on my machine because nobody else complained and my
machine did not reboot for weeks
Or an issue with Gradle 6.5.1, but I doubt.
Anyway I still got the
"Expiring Daemon because JVM heap space is exhausted"
error with "org.gradle.jvmargs=-Xmx2g -XX\:MaxHeapSize\=4g"
---
gradle.properties | 1 -
1 file changed, 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 43a3a88..c6259f4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,4 +18,3 @@
###############################################################################
org.gradle.console=plain
-org.gradle.jvmargs=-Xmx2g -XX\:MaxHeapSize\=4g