diff --git a/build/deploy.edex.awips2/esb/etc/request.sh b/build/deploy.edex.awips2/esb/etc/request.sh index 536081a2f2..bc7927da04 100644 --- a/build/deploy.edex.awips2/esb/etc/request.sh +++ b/build/deploy.edex.awips2/esb/etc/request.sh @@ -19,11 +19,8 @@ # further licensing information. ## export INIT_MEM=128 # in Meg -if [ "$EDEX_ARCH" == "64-bit" ]; then - export MAX_MEM=2048 # in Meg -else - export MAX_MEM=1280 # in Meg -fi +export MAX_MEM=2048 # in Meg + export SERIALIZE_POOL_MAX_SIZE=24 export SERIALIZE_STREAM_INIT_SIZE_MB=2 export SERIALIZE_STREAM_MAX_SIZE_MB=8