From f2f5a9191ecefbe9964f52e6ad6fac9f696053ee Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 28 Jun 2007 01:35:14 +0200 Subject: [PATCH] Turn down the usage of tablebases, as we don't have RAM for it all. --- remoteglot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remoteglot.pl b/remoteglot.pl index 84e7af7..4abbe70 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -52,7 +52,7 @@ while () { uciprint("setoption name UCI_AnalyseMode value true"); uciprint("setoption name NalimovPath value c:\\nalimov"); -uciprint("setoption name NalimovUsage value Normally"); +uciprint("setoption name NalimovUsage value Rarely"); uciprint("setoption name Hash value 1024"); # uciprint("setoption name MultiPV value 3"); # uciprint("setoption name Contempt value 1000"); -- 2.39.2