awips2/build/deploy.edex.awips2/esb/etc/request.sh
2017-06-16 09:49:08 -06:00

14 lines
414 B
Bash

#!/bin/bash
export INIT_MEM=128 # in Meg
export MAX_MEM=2024 # in Meg
export SERIALIZE_POOL_MAX_SIZE=500
export SERIALIZE_STREAM_INIT_SIZE_MB=2
export SERIALIZE_STREAM_MAX_SIZE_MB=8
export EDEX_DEBUG_PORT=5005
export EDEX_JMX_PORT=1616
export MGMT_PORT=9601
export HTTP_PORT=9581
# from data delivery centralRegistry.sh
export METADATA_POOL_TIMEOUT=60
export CLUSTER_ID=NCF
export SOFT_REF_LRU_POLICY_MS_PER_MB=50