JVM <connector_name>

The parameters in the JVM <connector_name> section of the file govern Java Virtual Machine (JVM) configuration for a connector. The default values might need to be revised for the specific connector.

For example:

[JVM SAPConnector]
MIN_HEAP_SIZE=256m
MAX_HEAP_SIZE=512m
MAX_NATIVE_STACK_SIZE=1m

MIN_HEAP_SIZE

Corresponds to the JVM option -Xms.

Default

1m

MAX_HEAP_SIZE

Corresponds to the JVM option -Xmx

Default

128m

MAX_NATIVE_STACK_SIZE

Corresponds to the JVM option -Xss

Default

128k

Copyright IBM Corp. 1997, 2004