Computer Chess Club Archives


Search

Terms

Messages

Subject: Nalimov tablebase question

Author: Landon Rabern

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


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.