| # | Line 13 | Line 13 | static char SCCSid[] = "$SunId$ SGI"; | |
|---|---|---|
| 13 | #include "holo.h" | |
| 14 | ||
| 15 | #ifndef CACHESIZE | |
| 16 | < | #define CACHESIZE 16 /* default cache size (Mbytes, 0==inf) */ |
| 16 | > | #ifdef BIGMEM |
| 17 | > | #define CACHESIZE 32 /* default cache size (Mbytes, 0==inf) */ |
| 18 | > | #else |
| 19 | > | #define CACHESIZE 12 |
| 20 | > | #endif |
| 21 | #endif | |
| 22 | #ifndef FREEBEAMS | |
| 23 | #define FREEBEAMS 1500 /* maximum beams to free at a time */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |