Lotus Notes: Desabilitando System Dumps: Difference between revisions
(New page: How can I suppress system dumps (sysdump) from being created? To stop these files from being generated, you must modify the jvm.properties file. The jvm.properties file is found in the fo...) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
To stop these files from being generated, you must modify the jvm.properties file. The jvm.properties file is found in the following directory (Windows): | To stop these files from being generated, you must modify the jvm.properties file. The jvm.properties file is found in the following directory (Windows): | ||
<install_dir>\framework\rcp\eclipse\plugins\com.ibm.rcp.j2se.win32.x86_1.6.0.....(specific to the version you are running) | <install_dir>\framework\rcp\eclipse\plugins\com.ibm.rcp.j2se.win32.x86_1.6.0..... | ||
(specific to the version you are running) | |||
After opening the jvm.properties, add the following line: | After opening the jvm.properties, add the following line: | ||
vmarg.no_dump=-Xdump:system:none | vmarg.no_dump=-Xdump:system:none | ||
= Ver também = | |||
* [[Lotus Domino e Notes| Mais artigos sobre IBM Domino e Notes]] | |||
[[Category: IBM Domino]] | |||
[[Category: Lotus Domino]] |
Latest revision as of 15:02, 27 February 2014
How can I suppress system dumps (sysdump) from being created?
To stop these files from being generated, you must modify the jvm.properties file. The jvm.properties file is found in the following directory (Windows):
<install_dir>\framework\rcp\eclipse\plugins\com.ibm.rcp.j2se.win32.x86_1.6.0.....
(specific to the version you are running)
After opening the jvm.properties, add the following line:
vmarg.no_dump=-Xdump:system:none