Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Nalimov tablebase question

Author: Landon Rabern

Date: 19:03:54 04/23/01

Go up one level in this thread


On April 23, 2001 at 22:03:32, Landon Rabern wrote:

>How much RAM should the tablesbases use up?  I have the cache size set to 2 MB,
>but it is using more like 27 MB.
>
> EGTB=IInitializeTb(EGTB_PATH);
> printf("EGTB: %d",EGTB);
> if(EGTB!=0)
> {
>void *EGTB_cache=malloc(CACHE_SIZE);
>	 FTbSetCacheSize(EGTB_cache,CACHE_SIZE);
> }



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.