abulmo / amoeba

an UCI chess engine in D language
GNU General Public License v3.0
44 stars 8 forks source link

postmortem freezes when -H option is in use #11

Closed dejlek closed 5 years ago

dejlek commented 5 years ago

First I want to say that postmortem is an amazing tool! Thanks! I wanted to give it a larger hash size (between 16 and 24 G) as my workstation has plenty of RAM, but then it runs forever... Without the -H it works fine.

abulmo commented 5 years ago

Thank you for your interest. I cannot reproduce your problem. Do you have the complete command line, so I can figure out what is going on?

dejlek commented 5 years ago

I used to test with postmortem -H 4096 -c 6 -d 22 -f lasker_vs_herzfeld_1895.pgn

dejlek commented 5 years ago

Note, the old code works for an example with -H 2048 because the calculated value (in bytes) is still within the int range of values.