Lotus Notes: Desabilitando System Dumps

From Wiki
Revision as of 15:02, 27 February 2014 by Ebasso (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Ver também