Skip to content

Commit

Permalink
Change --ponyminthreads default help/usage string for ponyc
Browse files Browse the repository at this point in the history
  • Loading branch information
slfritchie committed Mar 1, 2018
1 parent 243298d commit 6bd6e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libponyc/options/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ static void usage(void)
" --ponythreads Use N scheduler threads. Defaults to the number of\n"
" cores (not hyperthreads) available.\n"
" --ponyminthreads Minimum number of active scheduler threads allowed.\n"
" Defaults to 0.\n"
" Defaults to 1. Use of 0 is considered experimental\n"
" and may cause improper scheduler behavior.\n"
" --ponycdmin Defer cycle detection until 2^N actors have blocked.\n"
" Defaults to 2^4.\n"
" --ponycdmax Always cycle detect when 2^N actors have blocked.\n"
Expand Down

0 comments on commit 6bd6e05

Please sign in to comment.