Mnesia Overloading Problem.
Mickael Remond
mickael.remond@REDACTED
Fri Jun 24 10:29:33 CEST 2005
luvish satija wrote:
> Hello all,
> I am trying to run a server with mnesia as database.
> When the server is hit hard ( with more than 10000
> clients), the following errors start popping up in the
> =ERROR REPORT==== 24-Jun-2005::10:48:35 ===
> ** Too many db tables **
>
You have probably reach a system default limit.
From the Erlang efficiency guide (standard Erlang documentation): The
default maximum number of ETS table is 1400. This can be changed with
the environment variable ERL MAX ETS TABLES.
I hope this helps,
--
Mickaël Rémond
http://www.erlang-projects.org/
More information about the erlang-questions
mailing list