[erlang-bugs] flag documentation bugs in erts/erl
Jonas Falkevik
jonas.falkevik@REDACTED
Wed Aug 22 12:05:27 CEST 2012
I think it is there, but should be +eNumber. Number bigger than default 2053.
case 'e':
if (sys_strcmp("c", argv[i]+2) == 0) {
erts_ets_always_compress = 1;
}
else {
/* set maximum number of ets tables */
arg = get_arg(argv[i]+2, argv[i+1], &i);
if (( user_requested_db_max_tabs = atoi(arg) ) < 0) {
erts_fprintf(stderr, "bad maximum number of ets tables %s\n", arg);
erts_usage();
}
VERBOSE(DEBUG_SYSTEM,
("using maximum number of ets tables %d\n",
user_requested_db_max_tabs));
}
break;
/Jonas
On Aug 22, 2012, at 11:07 , Richard Carlsson wrote:
> http://www.erlang.org/doc/man/erl.html
>
> +P Number
> Sets the maximum number of concurrent processes for this system.
> Number must be in the range 16..134217727. Default is 32768.
>
> As far as I can tell, the lower limit is 256, not 16, and the default seems to be higher these days.
>
> +e Number
> Set max number of ETS tables.
>
> This flag doesn't seem to actually exist.
>
> /Richard
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://erlang.org/mailman/listinfo/erlang-bugs
More information about the erlang-bugs
mailing list