--- ray/src/hd/holofile.c 1999/01/19 10:08:34 3.34 +++ ray/src/hd/holofile.c 1999/01/25 09:58:41 3.35 @@ -13,7 +13,11 @@ static char SCCSid[] = "$SunId$ SGI"; #include "holo.h" #ifndef CACHESIZE -#define CACHESIZE 16 /* default cache size (Mbytes, 0==inf) */ +#ifdef BIGMEM +#define CACHESIZE 32 /* default cache size (Mbytes, 0==inf) */ +#else +#define CACHESIZE 12 +#endif #endif #ifndef FREEBEAMS #define FREEBEAMS 1500 /* maximum beams to free at a time */