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