--- ray/src/rt/data.c 1996/02/15 18:46:54 2.12 +++ ray/src/rt/data.c 1997/12/03 11:06:17 2.13 @@ -19,9 +19,9 @@ static char SCCSid[] = "$SunId$ LBL"; /* picture memory usage before warning */ #ifndef PSIZWARN #ifdef BIGMEM -#define PSIZWARN 3000000 +#define PSIZWARN 5000000 #else -#define PSIZWARN 1000000 +#define PSIZWARN 1500000 #endif #endif