mesykkor commented on issue #5727: URL: https://github.com/apache/netbeans/issues/5727#issuecomment-1622404981
On Linux /tmp may be an in-RAM tmpfs, you may check by running mount (and grepping 'tmp'). You can also see how much RAM was allocated. After several attempts to beat it by using a TMP, TMPDIR etc, I found how to pass to the IDE a JVM property: **./netbeans -J-Djava.io.tmpdir=/var/tmp** If there is enough space there it should work, just now downloading there.... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
