You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (Jira)" <ji...@apache.org> on 2020/10/29 07:27:00 UTC

[jira] [Closed] (OFBIZ-11954) Expiring Daemon because JVM heap space is exhausted

     [ https://issues.apache.org/jira/browse/OFBIZ-11954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-11954.
-----------------------------------
    Fix Version/s:     (was: 18.12.01)
       Resolution: Works for Me

Closing, org.gradle.jvmargs must be changed in the Gradle gradle.properties file, not the OFBiz gradle.properties. At least this made just dissapear the issue I crossed today by increasing it there from 
org.gradle.jvmargs="-Xmx512m"
to
org.gradle.jvmargs="-Xmx1024m"

> Expiring Daemon because JVM heap space is exhausted
> ---------------------------------------------------
>
>                 Key: OFBIZ-11954
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11954
>             Project: OFBiz
>          Issue Type: Bug
>          Components: Gradle
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Major
>
> Today I got this in log out of the blue:
> {quote}
> Daemon will be stopped at the end of the build after running out of JVM memory 
> Expiring Daemon because JVM heap space is exhausted
> {quote}
> I checked there was no OutOfMemoryError exception. And apart that in log the applications were running well
> The most relevant articles I found on the Net were:
> https://stackoverflow.com/questions/56075455/expiring-daemon-because-jvm-heap-space-is-exhausted
> https://medium.com/@tiwarishani/expiring-daemon-because-jvm-heap-space-is-exhausted-in-react-native-e17c2248c8af
> I'm not sure this issue will reproduce (why just now?). I'll discuss this on dev ML before increasing 
> org.gradle.jvmargs



--
This message was sent by Atlassian Jira
(v8.3.4#803005)