Change-Id: I1bc8fc8a4c125bc79057c4af929c0495f0e5eb99 Former-commit-id:d3bae9e065
[formerly83dba7b655
] [formerlyd3bae9e065
[formerly83dba7b655
] [formerlybef4b3cdbd
[formerly 875006e24de0755cdd0dedc7b0afcf221bcbad49]]] Former-commit-id:bef4b3cdbd
Former-commit-id:6a1a06e3ee
[formerly37062aac21
] Former-commit-id:30aa0c93a1
30 lines
1,002 B
Bash
30 lines
1,002 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 INIT_MEM=512 # in Meg
|
|
export MAX_MEM=1536 # in Meg
|
|
export MAX_PERM_SIZE=192m
|
|
export METADATA_POOL_MIN=10
|
|
export EDEX_DEBUG_PORT=5010
|
|
export EDEX_JMX_PORT=1621
|
|
export LOG_CONF=logback-dataprovideragent.xml
|
|
export MGMT_PORT=9606
|
|
|