You are viewing a plain text version of this content. The canonical link for it is here.
Posted to erlang@couchdb.apache.org by "rohit12sh ." <ro...@gmail.com> on 2014/02/12 19:09:18 UTC

Erlang -Beam.smp memory leak

I am running CouchDB 1.5 on Erlang OTP
R16B03<http://www.erlang.org/download/otp_src_R16B03-1.readme>
(5.10.4).
Doing bulk inserts of around 0.5 million records in batch of 10,000. Seeing
Beam.smp keep on consuming the memory and not releasing even when the
CouchDB operation is over. Eventually at some point, with the lack of
memory, COuchDB is going to restart which I don't want to see.

Any suggestion/help is appreciated.

-- 
Regards,
Rohit Sharma