| # | Line 14 | Line 14 | static char SCCSid[] = "$SunId$ SGI"; | |
|---|---|---|
| 14 | ||
| 15 | #ifndef CACHESIZE | |
| 16 | #ifdef BIGMEM | |
| 17 | < | #define CACHESIZE 32 /* default cache size (Mbytes, 0==inf) */ |
| 17 | > | #define CACHESIZE 17 /* default cache size (Mbytes, 0==inf) */ |
| 18 | #else | |
| 19 | < | #define CACHESIZE 12 |
| 19 | > | #define CACHESIZE 5 |
| 20 | #endif | |
| 21 | #endif | |
| 22 | #ifndef FREEBEAMS | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |