#!/bin/sh # Delete old hprof files HPROF_FILES_TO_REMOVE=`ls /storage/log/vmware/analytics/*.hprof -1t | tail -n +5` rm -f $HPROF_FILES_TO_REMOVE # Delete old gclog files GCLOG_FILES_TO_REMOVE=`ls /storage/log/vmware/analytics/*-gc*.log.*[^.current] -1t | tail -n +10` rm -f $GCLOG_FILES_TO_REMOVE |
chmod +x cleanup.sh |
"-XX:OnOutOfMemoryError='/etc/vmware-analytics/cleanup.sh'", |
"-XX:+UseG1GC", "-XX:+UseStringDeduplication", |
vmon-cli -r analytics |