How to prevent .mdmp file being created
kazuma
New Altair Community Member
Hello.
I found that in my RapidMiner Server (ver. 9.2; on Windows 10) some .mdmp files were created in E due to JVM crash on C. These files were several 10s GB size, and compressed E capacity.
On searching RapidMiner Community, I found this discussion:
In this, two solution were presented. So I wanted to do one of them, but could not complete due to my poor Java skill. Here are solutions and my results:
(1) input : “java -XX:-CreateMinidumpOnCrash” on command prompt
my output : “Usage: java [-options] class [args…] ….”
Question : What requirements did I miss?
(2) add “java -XX:-CreateMinidumpOnCrash” on $server/bin/standalone.conf(.bat)
Question : This file location seems to be for Linux. Where is this file in Windows 10?
Thanks,
kazuma
0