https://defect.opensolaris.org/bz/show_bug.cgi?id=18602

--- Comment #5 from Jens Elkner <[email protected]> 2011-06-24 
00:27:47 UTC ---
Yes, MAT is good, standalone version is recommended. I usually use the
following wrapper:

#!/bin/ksh
MAT_HOME=/local/share/mat
if [ -z "$JDK" ]; then
    . ${INFO_DIR}/$OSTYPE/jdk16.sh
fi
MATSPACE=${MATSPACE:-${HOME}/mat}
echo "Starting Ecplise Memory Analyzer Tool. Please wait ..."
# cd ${MAT_HOME}
#java -jar plugins/org.eclipse.equinox.launcher_*.jar >/dev/null 2>&1 &
${MAT_HOME}/MemoryAnalyzer.`uname -p` -vmargs -Xmx2048m -data ${MATSPACE}
>/dev/null 2>&1 &

...

-- 
Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev

Reply via email to