This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: --- | |
:: Script for JVM Memory Heap Dump | |
:: - Adobe ColdFusion 9, JRun, JDK 1.6.x, MS Windows | |
:: Dependencies: | |
:: - PSEXEC: https://technet.microsoft.com/en-au/sysinternals/bb897553.aspx | |
:: - JDK: The JDK library versions for JVM and JMAP utility must match (e.g. both 1.6.x) | |
:: - 7-ZIP: Command-line archiving utility | |
:: - *** RUN THIS BATCH SCRIPT AS ADMINISTRATOR *** | |
:: Recommended: | |
:: - VisualVM (https://visualvm.java.net/) for analysis of the memory heap dump |