root/tags/OMERO.insight_3_Beta1/launch/OMEROinsight_windows.bat
| Revision 4729, 1.3 kB (checked in by jburel, 23 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | @echo off |
| 2 | |
| 3 | rem OMERO.insight startup script for Windows |
| 4 | rem ---------------------------------------------------------------------------- |
| 5 | rem Copyright (C) 2006 University of Dundee. All rights reserved. |
| 6 | rem |
| 7 | rem |
| 8 | rem This program is free software; you can redistribute it and/or modify |
| 9 | rem it under the terms of the GNU General Public License as published by |
| 10 | rem the Free Software Foundation; either version 2 of the License, or |
| 11 | rem (at your option) any later version. |
| 12 | rem This program is distributed in the hope that it will be useful, |
| 13 | rem but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | rem GNU General Public License for more details. |
| 16 | rem |
| 17 | rem You should have received a copy of the GNU General Public License along |
| 18 | rem with this program; if not, write to the Free Software Foundation, Inc., |
| 19 | rem 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 20 | rem |
| 21 | rem----------------------------------------------------------------------------- |
| 22 | |
| 23 | rem If you have problems with memory errors you may need to change the "start" |
| 24 | rem -Xms or "max" -Xmx memory size. More information about these command line |
| 25 | rem switches may be found by running "java -X" |
| 26 | |
| 27 | java -Xms128000000 -Xmx256000000 -jar omeroinsight.jar |
Note: See TracBrowser
for help on using the browser.
