Weini does not support memory command, you can use the json config file to set different hash table size or use
Code: Select all
setoption XXXX YYYYY
The TT size are
"ttSize" : TT for negamax
"ttQSize" : TT for QSearch
"ttESize" : TT for evaluation
"ttELSize" : TT for lazy evaluation (not used by default)
"ttEPSize" : TT for pawn evaluation
The most influent TT size are negamax, evaluation and pawn evaluation.
