-
Notifications
You must be signed in to change notification settings - Fork 933
Allow for disabling Heapdumps via netbeans.exe #9614
Copy link
Copy link
Open
Labels
Contribution welcomeAn issue or feature not currently being worked on, but a contribution would be welcomed!An issue or feature not currently being worked on, but a contribution would be welcomed!Platform[ci] enable platform tests (platform/*)[ci] enable platform tests (platform/*)kind:featureA feature requestA feature request
Description
Activity
Metadata
Metadata
Assignees
Labels
Contribution welcomeAn issue or feature not currently being worked on, but a contribution would be welcomed!An issue or feature not currently being worked on, but a contribution would be welcomed!Platform[ci] enable platform tests (platform/*)[ci] enable platform tests (platform/*)kind:featureA feature requestA feature request
Description
Currently (
netbeans/platform/o.n.bootstrap/launcher/unix/nbexec
Line 219 in 915296a
the java args ALWAYS contain the HeapDump option at the end
jargs="$jargs -XX:+HeapDumpOnOutOfMemoryError"It would be great to disable this by setting
-XX:-HeapDumpOnOutOfMemoryErrorin the options file.Setting
-J-XX:HeapDumpPath=NULin the options may work, but this behaviour does not seem consistent and disabling HeapDumps alltogether would be great.Use case/motivation
I want to be able to disable heapdumps, we use the Netbeans Platform for a custom product. Our HeapDumps coulde be VERY Large and we don't want them to be created altogether.
Related issues
No response
Are you willing to submit a pull request?
No