Lotus Notes: Desabilitando System Dumps: Difference between revisions

From Wiki
(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
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

Revision as of 02:35, 2 March 2011

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