"Can be increased on the fly, but decreases require a "
"restart to take effect.",
EXPERIMENTAL | DELAYED_EFFECT,
- "1", "pools" },
+ "2", "pools" },
{ "thread_pool_max", tweak_thread_pool_max, NULL, 1, 0,
"The maximum number of worker threads in all pools combined.\n"
"\n"
"worker threads soak up RAM and CPU and generally just get "
"in the way of getting work done.\n",
EXPERIMENTAL | DELAYED_EFFECT,
- "100", "threads" },
+ "500", "threads" },
{ "thread_pool_min", tweak_thread_pool_min, NULL, 1, 0,
"The minimum number of threads in all worker pools combined.\n"
"\n"
fprintf(stderr, FMT, "-w int[,int[,int]]", "Number of worker threads");
fprintf(stderr, FMT, "", " -w <fixed_count>");
fprintf(stderr, FMT, "", " -w min,max");
- fprintf(stderr, FMT, "", " -w min,max,timeout [default: -w1,1000,120]");
+ fprintf(stderr, FMT, "", " -w min,max,timeout [default: -w2,500,300]");
+ fprintf(stderr, FMT, "-u user", "Priviledge separation user id");
#undef FMT
-#if 0
- -c clusterid@cluster_controller
- -m memory_limit
- -u uid
- -a CLI_port
-#endif
exit(1);
}