Lotus Notes: Desabilitando System Dumps: Difference between revisions

From Wiki
No edit summary
No edit summary
 
Line 10: Line 10:


  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

Ver também