stop suggesting -waste because its really the bad choice to make

This commit is contained in:
Anthony Minessale 2011-02-28 11:27:56 -06:00
parent 1b52a79569
commit fe152626db
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ int main(int argc, char *argv[])
int i = 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",
(int) (rlp.rlim_max / 1024), SWITCH_THREAD_STACKSIZE / 1024, local_argv[0]);
(int) (rlp.rlim_max / 1024), SWITCH_THREAD_STACKSIZE / 1024);
memset(&rlp, 0, sizeof(rlp));
rlp.rlim_cur = SWITCH_THREAD_STACKSIZE;