From: Wolfgang M. M. <wol...@us...> - 2004-03-29 14:26:42
|
Update of /cvsroot/exist/eXist-1.0/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31676/bin Modified Files: client.sh Log Message: * Fixed stability issues: collection pointers got corrupted occasionally, resulting in ArrayIndexOutOfBoundsExceptions. * Added check for file format versions: the database will throw an exception if the database files are incompatible with the current eXist version. Index: client.sh =================================================================== RCS file: /cvsroot/exist/eXist-1.0/bin/client.sh,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** client.sh 17 Feb 2004 15:04:59 -0000 1.33 --- client.sh 29 Mar 2004 14:15:13 -0000 1.34 *************** *** 32,36 **** # set java options if [ -z "$JAVA_OPTIONS" ]; then ! export JAVA_OPTIONS="-Xms16m -Xmx256m -Dfile.encoding=UTF-8" fi --- 32,36 ---- # set java options if [ -z "$JAVA_OPTIONS" ]; then ! export JAVA_OPTIONS="-Xms64m -Xmx256m -Dfile.encoding=UTF-8" fi |