--- ray/src/common/objset.c 2015/04/28 16:56:10 2.17 +++ ray/src/common/objset.c 2023/03/18 15:21:17 2.18 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: objset.c,v 2.17 2015/04/28 16:56:10 greg Exp $"; +static const char RCSid[] = "$Id: objset.c,v 2.18 2023/03/18 15:21:17 greg Exp $"; #endif /* * objset.c - routines for maintaining object sets. @@ -19,7 +19,7 @@ static const char RCSid[] = "$Id: objset.c,v 2.17 2015 #ifdef SMLMEM #define OSTSIZ 32749 /* object table size (a prime!) */ #else -#define OSTSIZ 262139 /* object table size (a prime!) */ +#define OSTSIZ 1002583 /* object table size (a prime!) */ #endif #endif