# /etc/gnuchess/: directory of memory usage settings for Gnuchess
# Nikhil Nair <nnair@debian.org>, 10th August 1996

# If this file is named `global', it is sourced through bash if a more
# specific file (named e.g. /etc/gnuchess/gnuchessn) is not found.
# Otherwise the latter is sourced.

# See /usr/doc/gnuchess/debian.README for an explanation of this setup ...

# Cache-table size (default 18001):
CACHE=18001

# Transition-table size (default 150001):
TRANSITION=150001
