Omaha #3245 fix GFE starting without a cave data
Change-Id: I61e9766bccd099619bfedfd9a1e1121fe63120d7 Former-commit-id:2ce0e5aee5
[formerly19aa9dc96e
] [formerly8ab7d86a8f
[formerly 539d497c5fc80efd5099e76a9e95a4709ace041d]] Former-commit-id:8ab7d86a8f
Former-commit-id:451b265ce6
This commit is contained in:
parent
fe52a8f7f8
commit
5129fee3e6
2 changed files with 3 additions and 6 deletions
|
@ -233,11 +233,8 @@ curTime=`date +%Y%m%d_%H%M%S`
|
|||
shift
|
||||
done
|
||||
|
||||
# Special instructions for the 64-bit jvm.
|
||||
ARCH_ARGS=""
|
||||
if [ -f /awips2/java/jre/lib/amd64/server/libjvm.so ]; then
|
||||
ARCH_ARGS="-vm /awips2/java/jre/lib/amd64/server/libjvm.so"
|
||||
fi
|
||||
# Eclipse recommends explicitly setting the JVM to use
|
||||
ARCH_ARGS="-vm /awips2/java/bin/java"
|
||||
|
||||
lookupINI "${USER_ARGS[@]}"
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ usage() {
|
|||
echo " The servers to grab top information from, make sure list is quoted and space delimited"
|
||||
echo
|
||||
echo -e "-d {y/n}\t\tdefault [$RUN_JMAP]"
|
||||
echo " Run jmap to grab the head dump information"
|
||||
echo " Run jmap to grab the heap dump information"
|
||||
echo
|
||||
echo -e "-e {request/ingest/ingestGrib/ingestDat}"
|
||||
echo " Run edex mode and grab information about the jvm passed. May be used multiple times to grab data about multiple jvms"
|
||||
|
|
Loading…
Add table
Reference in a new issue