1@echo off 2REM 3REM Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 4REM 5REM Redistribution and use in source and binary forms, with or without 6REM modification, are permitted provided that the following conditions 7REM are met: 8REM 9REM - Redistributions of source code must retain the above copyright 10REM notice, this list of conditions and the following disclaimer. 11REM 12REM - Redistributions in binary form must reproduce the above copyright 13REM notice, this list of conditions and the following disclaimer in the 14REM documentation and/or other materials provided with the distribution. 15REM 16REM - Neither the name of Oracle nor the names of its 17REM contributors may be used to endorse or promote products derived 18REM from this software without specific prior written permission. 19REM 20REM THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 21REM IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 22REM THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23REM PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24REM CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25REM EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26REM PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27REM PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28REM LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 29REM NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 30REM SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31REM 32 33 34jrunscript -J-Dcom.sun.management.jmxremote.port=1090 -J-Dcom.sun.management.jmxremote.ssl=false -J-Dcom.sun.management.jmxremote.authenticate=false memory.js 35 36