irix-volser-lwp-stack-20030904
authorDerrick Brashear <shadow@dementia.org>
Thu, 4 Sep 2003 16:57:38 +0000 (16:57 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 4 Sep 2003 16:57:38 +0000 (16:57 +0000)
FIXES 2031

may be needed on more platforms
based on suggestion from salvet@ics.muni.cz

src/volser/volmain.c

index 5a5d123..f6e94b1 100644 (file)
@@ -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,