Hash size Polyglot vs. Xboard
Posted: 03 Feb 2010, 21:39
Good evening.
I would like to know which program is responsible for setting the amount of size of the hashtables being used: Is it Xboard or polyglot when playing around with uci engines?
Polyglot 1.4-3:
-Size of Hash regulated here (ini) will be accepted by xboard as it can be seen in the logs and with 'top'
Polyglot 1.4.56:
-Size of Hash is rejected by Xboard
"Adapter->Engine: setoption name Hash value 128
...out of nowhere
GUI->Adapter: memory 68
POLYGLOT setting the amount of memory to 68Mb"
Xboard: 4.4.2-1 (Debian package)
Is it a bug in polyglot or a change in the behavior of xboard related to uci engines?
and polyglot log:
Perhaps it's a polyglot problem, as I do see in the logs from xboard in debug-mode no sign of the size of hash (but all the other options.) regulated by polyglot has reached the GUI. What I'm doing wrong?
I would like to know which program is responsible for setting the amount of size of the hashtables being used: Is it Xboard or polyglot when playing around with uci engines?
Polyglot 1.4-3:
-Size of Hash regulated here (ini) will be accepted by xboard as it can be seen in the logs and with 'top'
Polyglot 1.4.56:
-Size of Hash is rejected by Xboard
"Adapter->Engine: setoption name Hash value 128
...out of nowhere
GUI->Adapter: memory 68
POLYGLOT setting the amount of memory to 68Mb"
Xboard: 4.4.2-1 (Debian package)
Is it a bug in polyglot or a change in the behavior of xboard related to uci engines?
- Code: Select all
[PolyGlot]
EngineName = Stockfish1.6.2
EngineDir = /home/me/chess/stockfish
EngineCommand = ./stockfish162
Book = false
Book File = stockfish-exp.bin
Log = true
LogFile = stockfish.log
Resign = true
ResignScore = 600
[Engine]
Hash = 512
Threads = 1
OwnBook = false
and polyglot log:
- Code: Select all
Setting PolyGlot option "EngineName=Stockfish1.6.2"
1265228775.329 POLYGLOT Setting PolyGlot option "EngineDir=/home/me/chess/stockfish"
1265228775.329 POLYGLOT Setting PolyGlot option "EngineCommand=./stockfish162"
1265228775.329 POLYGLOT Setting PolyGlot option "Book=false"
1265228775.329 POLYGLOT Setting PolyGlot option "BookFile=stockfish-exp.bin"
1265228775.329 POLYGLOT Setting PolyGlot option "Log=true"
1265228775.329 POLYGLOT *** SWITCHING LOGFILE ***
1265228775.329 POLYGLOT NEW LOGFILE "stockfish.log"
1265228775.329 POLYGLOT *** LOGFILE OPENED ***
1265228775.329 POLYGLOT Setting PolyGlot option "LogFile=stockfish.log"
1265228775.329 POLYGLOT *** SWITCHING LOGFILE ***
1265228775.329 POLYGLOT NEW LOGFILE "stockfish.log"
1265228775.329 POLYGLOT *** LOGFILE OPENED ***
1265228775.329 POLYGLOT Setting PolyGlot option "Resign=true"
1265228775.329 POLYGLOT Setting PolyGlot option "ResignScore=600"
1265228775.329 Adapter->Engine: setoption name Hash value 512
1265228775.329 Adapter->Engine: setoption name Threads value 1
1265228775.329 Adapter->Engine: setoption name OwnBook value false
Perhaps it's a polyglot problem, as I do see in the logs from xboard in debug-mode no sign of the size of hash (but all the other options.) regulated by polyglot has reached the GUI. What I'm doing wrong?