You can configure shared module settings using system property tags in the container XML configuration file. These module property settings are set as JVM system properties and are accessible to all classes loaded in the container. Properties set in this manner are “container-global.”
Enter numeric parameters using:
Plain integers – for example, 20
K – for example, 20K = 20 x 1000
M – for example, 20M = 20 x 1000K
KB – for example, 20KB = 20 x 1024 bytes
MB – for example, 20MB = 20 x 1024K
GB – for example, 20GB = 20 x 1024MB
These formats allow large values in an easy-to-read format. Use these formats to also prevent the “missing zero” problem that can sometimes occur when entering numbers that have many parameters trailing zeros.