Jim Ablett wrote:...
Suggestion: delete 'makefile', rename 'gnumakefile' to 'makefile'
and edit and use that one.
I think I did exactly that way. However, I have made a copy of Gnumakefile now (Makefile) and have to delete the GNUmakefile before the Makefile is used.
Jim Ablett wrote:
You can have a smaller memory footprint by editing 'chess.h'.
Use these values for 65mb footprint.
- Code: Select all
#define EVAL_HASH_TABLE_SIZE (699050) // was 32Mb (per thread) 2097152
#define PAWN_HASH_TABLE_SIZE (43690) // was 5.5Mb (per thread) 131072
That helps a bit but it still uses more than 100 MB. I can live with that, but it's not very nice of course.
Jim Ablett wrote:...If you don't have a hammer handy add this line to beginning of 'util.c'
- Code: Select all
#include <errno.h>
Shame on me...
Thank you very much. Mystically no crash occurred since xboard debug feature is on. Test restarted with the new executable.
Regards
Volker