|
|
|
@ -479,13 +479,13 @@ xpstopw=true
|
|
|
|
|
40_peerseedcycle_idlesleep=1800000
|
|
|
|
|
40_peerseedcycle_busysleep=1200000
|
|
|
|
|
40_peerseedcycle_memprereq=2097152
|
|
|
|
|
50_localcrawl_idlesleep=1000
|
|
|
|
|
50_localcrawl_idlesleep=2000
|
|
|
|
|
50_localcrawl_busysleep=250
|
|
|
|
|
50_localcrawl_memprereq=2097152
|
|
|
|
|
50_localcrawl_memprereq=4194304
|
|
|
|
|
50_localcrawl_isPaused=false
|
|
|
|
|
61_globalcrawltrigger_idlesleep=10000
|
|
|
|
|
61_globalcrawltrigger_busysleep=500
|
|
|
|
|
61_globalcrawltrigger_memprereq=2097152
|
|
|
|
|
61_globalcrawltrigger_memprereq=4194304
|
|
|
|
|
61_globalcrawltrigger_isPaused=false
|
|
|
|
|
62_remotetriggeredcrawl_idlesleep=10000
|
|
|
|
|
62_remotetriggeredcrawl_busysleep=1000
|
|
|
|
@ -558,10 +558,10 @@ ramCacheProfiles_time= 500
|
|
|
|
|
# is valid in unix/shell and windows environments but
|
|
|
|
|
# not for first startup of YaCy
|
|
|
|
|
|
|
|
|
|
# -Xmx<size> set maximum Java heap size
|
|
|
|
|
# -Xmx<size> and -Xms<size> maximum/init Java heap size
|
|
|
|
|
# both values should be equal,
|
|
|
|
|
# othervise the YaCy-internal memory supervision does not work
|
|
|
|
|
javastart_Xmx=Xmx96m
|
|
|
|
|
|
|
|
|
|
# -Xms<size> set initial Java heap size
|
|
|
|
|
javastart_Xms=Xms96m
|
|
|
|
|
|
|
|
|
|
# priority of the yacy-process
|
|
|
|
@ -813,7 +813,7 @@ currentSkin=
|
|
|
|
|
# temporary flag for new database structure. set only true for testing
|
|
|
|
|
# ALL DATA THAT IS CREATED WITH THIS FLAG ON WILL BE VOID IN A FINAL VERSION
|
|
|
|
|
# table-types: RAM = 0, TREE = 1, FLEX = 2;
|
|
|
|
|
tableTypeForPreNURL=2
|
|
|
|
|
tableTypeForPreNURL=0
|
|
|
|
|
|
|
|
|
|
# flag to show surftipps on index.html page
|
|
|
|
|
showSurftipps = true
|
|
|
|
|