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.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: 64
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ