Update of /cvsroot/geotools/geotools/src/utils
In directory usw-pr-cvs1:/tmp/cvs-serv29736/utils
Modified Files:
ShapeViewer.bat
Log Message:
increased default memory allowance
Index: ShapeViewer.bat
===================================================================
RCS file: /cvsroot/geotools/geotools/src/utils/ShapeViewer.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -w -C2 -d -r1.1 -r1.2
*** ShapeViewer.bat 2001/06/15 13:04:38 1.1
--- ShapeViewer.bat 2001/12/09 21:19:47 1.2
***************
*** 4,7 ****
echo (C)Center for Computational Geography under the GPL
! start javaw -cp jars\geotools.jar;jars\collections.jar;jars\support.jar;. ShapeViewer %1
echo on
--- 4,7 ----
echo (C)Center for Computational Geography under the GPL
! start java -Xmx128mb -cp jars\geotools.jar;jars\collections.jar;jars\support.jar;. ShapeViewer %1
echo on
|