Specifies optional Java Virtual Machine (JVM) arguments that will be used to invoke the DITA Open Toolkit when publishing DITA content. For example, if you are publishing a large DITA information set, you can specify additional JVM memory by setting the value of this property to -Xmx512m.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property DITAJVMArguments As String
C#
string DITAJVMArguments { get; set; }
Visual C++
property String^ DITAJVMArguments {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_ditajvmArguments();
function set_ditajvmArguments(value);

ToggleRemarks

ToggleSee Also