From bd3cb4e29e7c911e1556031911c5181f37f915b0 Mon Sep 17 00:00:00 2001 From: mjames-upc Date: Fri, 13 Jul 2018 15:12:26 -0600 Subject: [PATCH] explicit max mem 4GB for default edex start --- .../deploy.edex.awips2/esb/etc/default.sh | 28 +------------------ 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/edexOsgi/deploy.edex.awips2/esb/etc/default.sh b/edexOsgi/deploy.edex.awips2/esb/etc/default.sh index c44e170e48..27ffddc2ee 100644 --- a/edexOsgi/deploy.edex.awips2/esb/etc/default.sh +++ b/edexOsgi/deploy.edex.awips2/esb/etc/default.sh @@ -1,24 +1,4 @@ #!/bin/bash -## -# This software was developed and / or modified by Raytheon Company, -# pursuant to Contract DG133W-05-CQ-1067 with the US Government. -# -# U.S. EXPORT CONTROLLED TECHNICAL DATA -# This software product contains export-restricted data whose -# export/transfer/disclosure is restricted by U.S. law. Dissemination -# to non-U.S. persons whether in the United States or abroad requires -# an export license or other authorization. -# -# Contractor Name: Raytheon Company -# Contractor Address: 6825 Pine Street, Suite 340 -# Mail Stop B8 -# Omaha, NE 68106 -# 402.291.0100 -# -# See the AWIPS II Master Rights File ("Master Rights File.pdf") for -# further licensing information. -## - ## # This is the default environment settings file for all EDEX modes. All # non-operational and/or development EDEX instances will only use this file. @@ -29,12 +9,7 @@ # be created for the new operational instance at a minimum. ## export INIT_MEM=512 # in Meg -export MAX_MEM=1300 # in Meg - -if [ $HIGH_MEM == "on" ]; then - export MAX_MEM=4096 -fi - +export MAX_MEM=4096 export EDEX_DEBUG_PORT=5005 export METADATA_POOL_MAX=50 export METADATA_POOL_TIMEOUT=300 @@ -46,7 +21,6 @@ export PROFILER_PARAM_1="" export PROFILER_PARAM_2="" export PYPIES_MAX_CONN=50 - export SERIALIZE_POOL_MAX_SIZE=16 export SERIALIZE_STREAM_INIT_SIZE_MB=2 export SERIALIZE_STREAM_MAX_SIZE_MB=6