| # | Line 18 | Line 18 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 18 | ||
| 19 | #ifndef CACHESIZE | |
| 20 | #ifdef SMLMEM | |
| 21 | < | #define CACHESIZE 10 |
| 21 | > | #define CACHESIZE 100 |
| 22 | #else | |
| 23 | < | #define CACHESIZE 100 /* default cache size (Mbytes, 0==inf) */ |
| 23 | > | #define CACHESIZE 1000 /* default cache size (Mbytes, 0==inf) */ |
| 24 | #endif | |
| 25 | #endif | |
| 26 | #ifndef FREEBEAMS | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |