You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Shevek (Jira)" <ji...@apache.org> on 2019/08/28 23:55:00 UTC

[jira] [Created] (NETBEANS-3041) NetBeans gradle invoker not honouring org.gradle.jvmargs

Shevek created NETBEANS-3041:
--------------------------------

             Summary: NetBeans gradle invoker not honouring org.gradle.jvmargs
                 Key: NETBEANS-3041
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3041
             Project: NetBeans
          Issue Type: Bug
            Reporter: Shevek


cat .gradle/gradle.properties
org.gradle.jvmargs=-Xmx8192m -XX:+PreserveFramePointer

This property is not honoured by NetBeans when it starts a Gradle daemon, so I end up with a Gradle daemon using the "default" amount of RAM, which on some machines is too little, and on some is too much (it's 25% of system RAM).

I'm guessing this is because it's loaded by the wrapper, not the daemon, because other properties like org.gradle.daemon.idletimeout=360000 are honoured by NB's gradle daemon.

The other effect of not loading that property is that I get multiple gradle dameons running, each consuming 16Gb of RAM, because they're "incompatible", so fixing this will save me about 16Gb of RAM per system.

I'm a bit shaky on this bug report, but ... I think this is what's going on.

(footnote: oh dear, Shevek broke something again, what on earth is that idiot doing with NetBeans and why can't Shevek just behave like a "normal" developer :D :D)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists