From: H.G. Muller Date: Wed, 1 Dec 2010 09:33:13 +0000 (+0100) Subject: Configure EGTB cache size in adapterCommand X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=8e916ba13ffb03fc1fcf7d335981a5349c9e0f37 Configure EGTB cache size in adapterCommand The hash size, nr of CPUs and EGTB path are transferred through the WB protocol interface commands memory, cores and egtpath. But there is no WB command for detailing the EGTB cache size. So the value of the command-line option -defaultCacheSizeEGTB has to be sent to Polyglot through its startup command to make it known to UCI engines. --- diff --git a/xboard.conf b/xboard.conf index 807b739..572249a 100644 --- a/xboard.conf +++ b/xboard.conf @@ -55,6 +55,7 @@ -secondChessProgram fairymax -niceEngines 0 -polyglotDir "" +-adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB' -defaultPathEGTB "/egtb" -egtFormats "" -testClaims true