[erlang-questions] mnesia memory usage on 32 and 64 bits machines

Attila Rajmund Nohl attila.r.nohl@REDACTED
Fri Dec 31 13:01:24 CET 2010


2010/12/31, franz <fangee@REDACTED>:
[...]
> On one hand this makes sense, because as far as I know a word of mem on
> a 32bits machine is 4 bytes, 8 on a 64bits machine. But does this mean
> that having a 64 bits kernel doubles the memory usage?!?

Actually this doesn't depend on the kernel, this depends on the Erlang
VM (i.e. userspace) using 32 bit or 64 bit. Generally 64 bit
applications use a lot more memory.


More information about the erlang-questions mailing list