From c734141bdcd5dc2909ce2805c79b003f1397c9bd Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 4 Sep 2003 16:57:38 +0000 Subject: [PATCH] irix-volser-lwp-stack-20030904 FIXES 2031 may be needed on more platforms based on suggestion from salvet@ics.muni.cz --- src/volser/volmain.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/volser/volmain.c b/src/volser/volmain.c index 5a5d12322..f6e94b1a5 100644 --- a/src/volser/volmain.c +++ b/src/volser/volmain.c @@ -397,7 +397,11 @@ main(argc, argv) if (lwps < 4) lwps = 4; rx_SetMaxProcs(service, lwps); +#ifdef AFS_SGI_ENV + rx_SetStackSize(service, 49152); +#else rx_SetStackSize(service, 32768); +#endif service = rx_NewService(0, RX_STATS_SERVICE_ID, "rpcstats", securityObjects, 3, -- 2.39.5