Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
@Thomas: One of the last crashes kills the whole machine of a VIP. As said it eats up 55 GB disk space in one go. The .dmp files are in a hiidden area the user is not able to access. This is a showstopper for the entire computer. Sorry, this is not acceptable.
Common are "debug" flags to analyze the next crash. The Notes client should be set in a debug mode for this.
In addition, i do not see this behaviour at windows clients.
For whom it may concern:
We need to set:
"kern.coredump=0" in "/etc/sysctl.conf" (this file does not exist an must be created with sudo permissions)
Also in the Notes JVM configuration:
"vmarg.Xdump=-Xdump:system:none" in "/Applications/HCL Notes/Contents/MacOS/rcp/depoly/jvm.properties"
This will now avoid the large .dmp files.
Thanks to the HCL support !
Today one single crash generates 4 large dump files.
at /cores/ 13 GB
at .../(Notes data)/Expeditor/Applications/logs/ one Jil...dmp an two core...dmp file with 13 GB, 13 GB and 17 GB
In result one Crash consumed 55 GB of disk space
This is beside all the IBM_TECHNICAL_SUPPORT path. The crash logs here only 3 MB data.
55 GB is 1/5 of the whole disk size in my example - consumed in one crash!
If a memory dump would be taken only when a debug flag is set then it would not be possible to analyze one-time crashes.