@@ -793,12 +793,11 @@ int main(int argc, char *argv[])
memset(&rlp,0,sizeof(rlp));
getrlimit(RLIMIT_STACK,&rlp);
if(rlp.rlim_max>SWITCH_THREAD_STACKSIZE){
if(rlp.rlim_cur!=SWITCH_THREAD_STACKSIZE){
charbuf[1024]="";
inti=0;
fprintf(stderr,"Error: stacksize %d is too large: run ulimit -s %d from your shell before starting the application.\nauto-adjusting stack size for optimal performance...\n",
fprintf(stderr,"Error: stacksize %d is not optimal: run ulimit -s %d from your shell before starting the application.\nauto-adjusting stack size for optimal performance...\n",