JVM adapter_name

The parameters in the JVM adapter_name section of the file govern Java Virtual Machine (JVM) configuration for an adapter. The default values may need to be revised for the specific connector.

Example:

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

MIN_HEAP_SIZE

The setting that corresponds to the JVM option -Xms.

Default

1m

MAX_HEAP_SIZE

The setting that corresponds to the JVM option -Xmx

Default

128m

MAX_NATIVE_STACK_SIZE

The setting that corresponds to the JVM option -Xss

Default

128k

Copyright IBM Corp. 1997, 2004