Change-Id: I6c8a18946ec9cecbd91ac5fbc48407841f28e7ae Former-commit-id: e9e4d1ae4bbe6098f637dbca64f684c90313d478
31 lines
1,023 B
Bash
31 lines
1,023 B
Bash
#!/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.
|
|
##
|
|
|
|
export MAX_MEM=1536 # in Meg
|
|
export MAX_PERM_SIZE=192m
|
|
export EDEX_DEBUG_PORT=5012
|
|
export EDEX_JMX_PORT=1620
|
|
export LOG_CONF=logback-registry.xml
|
|
export MGMT_PORT=9605
|
|
|
|
export METADATA_POOL_MIN=5
|
|
export METADATA_POOL_MAX=20
|
|
export METADATA_POOL_TIMEOUT=60
|