README in this repo states:
keep it as some power of 2. E.g., if you're fine using 2 GB of RAM, set Hash to 2048 (11th power of 2).
However, SF docs say:
The Hash can be any value, not just powers of two.
(https://official-stockfish.github.io/docs/stockfish-wiki/Stockfish-FAQ.html#hash)
Also,
It is recommended to set Hash after setting Threads.
(https://official-stockfish.github.io/docs/stockfish-wiki/UCI-&-Commands.html)
README in this repo states:
However, SF docs say:
Also,