summaryrefslogtreecommitdiff
path: root/startYACY.bat
diff options
context:
space:
mode:
authorlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-08-29 07:01:38 +0000
committerlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-08-29 07:01:38 +0000
commit89cf795a5cb7983286869f0c89b9329cfc53171b (patch)
tree71214a3e4a8428d22031d396bbe10dabf837d3b0 /startYACY.bat
parent016f57d714ba17095fc8cea86acf2e540bdf10aa (diff)
proper default priority on first start (Windows)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5095 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.bat')
-rw-r--r--startYACY.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/startYACY.bat b/startYACY.bat
index d22b04656..c4eb3f32f 100644
--- a/startYACY.bat
+++ b/startYACY.bat
@@ -16,8 +16,8 @@ REM Please change the "javastart" settings in the web-interface "Basic Configura
set jmx=
set jms=
set javacmd=-Xmx120m -Xms120m
-set priolvl=0
-set priority=/NORMAL
+set priolvl=10
+set priority=/BELOWNORMAL
if exist DATA\SETTINGS\httpProxy.conf GoTo :RENAMEINDEX
if exist DATA\SETTINGS\yacy.conf GoTo :GETSTARTOPTS