From: Wolfgang M. M. <wol...@us...> - 2004-04-23 13:08:25
|
Update of /cvsroot/exist/eXist-1.0/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2156/bin Modified Files: client.sh Log Message: A large number of XUpdate bugs has been fixed. Index: client.sh =================================================================== RCS file: /cvsroot/exist/eXist-1.0/bin/client.sh,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** client.sh 29 Mar 2004 14:15:13 -0000 1.34 --- client.sh 23 Apr 2004 13:07:46 -0000 1.35 *************** *** 32,36 **** # set java options if [ -z "$JAVA_OPTIONS" ]; then ! export JAVA_OPTIONS="-Xms64m -Xmx256m -Dfile.encoding=UTF-8" fi --- 32,36 ---- # set java options if [ -z "$JAVA_OPTIONS" ]; then ! export JAVA_OPTIONS="-Xms64m -Xmx384m -Dfile.encoding=UTF-8" fi |