max-node-size
This command specifies the maximum size of a single XML node.
Syntax
max-node-size bytes
Parameters
- bytes
- Specifies the maximum message node size in bytes. Enter a value in the range 1024 - 4294967295. The default value is 33554432.
Guidelines
The max-node-size command sets the maximum size of a single parsed XML node. If this size is exceeded, the source XML document is considered malicious and dropped. For best performance, enter a size that is a power of two. Although you set an explicit value, the in-use value is the rounded-down, largest power of two that is smaller than the defined value.
If you enable service-specific parser limits, the value on this command is overridden by the value on the service-specific max-node-size command.