root/tags/Shoola_3.0_M3/launch/shoola_unix.sh
| Revision 2164, 1.4 kB (checked in by afalconi, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | # OME Shoola startup script for Unix |
| 4 | # ------------------------------------------------------------------------------- |
| 5 | # |
| 6 | # Copyright (C) 2003 Open Microscopy Environment |
| 7 | # Massachusetts Institute of Technology, |
| 8 | # National Institutes of Health, |
| 9 | # University of Dundee |
| 10 | # |
| 11 | # |
| 12 | # |
| 13 | # This library is free software; you can redistribute it and/or |
| 14 | # modify it under the terms of the GNU Lesser General Public |
| 15 | # License as published by the Free Software Foundation; either |
| 16 | # version 2.1 of the License, or (at your option) any later version. |
| 17 | # |
| 18 | # This library is distributed in the hope that it will be useful, |
| 19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 21 | # Lesser General Public License for more details. |
| 22 | # |
| 23 | # You should have received a copy of the GNU Lesser General Public |
| 24 | # License along with this library; if not, write to the Free Software |
| 25 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 26 | # |
| 27 | # ------------------------------------------------------------------------------- |
| 28 | |
| 29 | # If you have problems with memory errors you may need to change the "start" |
| 30 | # -Xms or "max" -Xmx memory size. More information about these command line |
| 31 | # switches may be found by running "java -X" |
| 32 | |
| 33 | java -Xms128000000 -Xmx256000000 -jar shoola.jar |
Note: See TracBrowser
for help on using the browser.
