Deployer 10.7 | Product Build Properties and Supported Assets for Repository-Based Deployment | Integration Server | Integration Server Administrative Assets | Integration Server Administrative Assets and Substitution Values | Enhanced Parser
 
Enhanced Parser
Asset Type ID
isparsing
Substitution Values
Default Partition Bytes
default PartitionBytes
Specifies the size, measured in bytes, of the partitions on the heap where the enhanced XML parser stores parsed document information. Specify a suffix of “k” to indicate kilobytes or “m” to indicate megabytes. For example, 10k or 10m.
Note:
This value is used only when the enhanced parser is invoked and no partition size is specified.
Use Cache
useCache
Indicates if caching used with the enhanced XML parser.
*True indicates that during parsing of an XML document, Integration Server moves partitions to an off-heap area on disk when the on-heap partition space becomes full and retrieves the partitions as needed during processing.
*False indicates that Integration Server does not cache partitions when parsing an XML document.
Maximum Heap Bytes
maximumHeap Bytes
Maximum amount of heap space that the parser can allocate to process documents concurrently. Specify a suffix of “k” to indicate kilobytes, “m” to indicate megabytes, “g” to indicate gigabytes, and “%” to indicate a percentage of the heap space. For example, 10k, 10m, 10g, or 10%.
Maximum Document Bytes
maximumDoc Bytes
Maximum amount of heap space that the parser can allocate to process a single document. Specify a suffix of “k” to indicate kilobytes, “m” to indicate megabytes, “g” to indicate gigabytes, and “%” to indicate a percentage of the heap space. For example, 10k, 10m, 10g, or 10%.
UseBigMemory
useBigMemory
Indicates if BigMemory is used with the enhanced XML parser.
*True indicates that when parsing an XML document using the enhanced XML parser Integration Server moves partitions to BigMemory once the on-heap cache is full. When BigMemory becomes full partitions are move to disk. Integration Server retrieves partitions from disk or BigMemory as needed.
*False indicates that when parsing an XML document using the enhanced XML parser Integration Server does not use BigMemory to store cached partitions.
MaximumBig MemoryBytes
maximumBig MemoryBytes
Maximum amount of non-heap memory, measured in bytes, to allocate to BigMemory. Specify a suffix of “k” to indicate kilobytes, “m” to indicate megabytes, or “g” to indicate gigabytes. For example, 10k, 10m, or 10g.