The remoting indices typically do not fit into the memory, disable the Lucene's index memory cache
authorJan Lahoda <jlahoda@netbeans.org>
Thu, 07 Jul 2011 20:11:36 +0200
changeset 6284a07e0580a2a
parent 627 cc7cae86b073
child 629 440493068844
The remoting indices typically do not fit into the memory, disable the Lucene's index memory cache
remoting/server/scripts/web.sh
     1.1 --- a/remoting/server/scripts/web.sh	Thu Jul 07 09:41:14 2011 +0200
     1.2 +++ b/remoting/server/scripts/web.sh	Thu Jul 07 20:11:36 2011 +0200
     1.3 @@ -1,2 +1,2 @@
     1.4  DIR=`dirname $0`
     1.5 -java -Xbootclasspath/p:$DIR/web/lib/javac-api-nb-7.0-b07.jar:$DIR/web/lib/javac-impl-nb-7.0-b07.jar -jar $DIR/web/web.main.jar "$@"
     1.6 +java -Djava.index.useMemCache=false -Xbootclasspath/p:$DIR/web/lib/javac-api-nb-7.0-b07.jar:$DIR/web/lib/javac-impl-nb-7.0-b07.jar -jar $DIR/web/web.main.jar "$@"