<div dir="ltr">Hi,<br><br>So, my beam process is taking up a good 1.7 GB. This is my erlang:memory()<br><br><span style="font-family: courier new,monospace;">[{total,679986616},</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> {processes,250148809},</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> {processes_used,249859129},</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> {system,429837807},</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> {atom,770041},</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> {atom_used,740322},</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> {binary,95868397},</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> {code,8424485},</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> {ets,295126080}]</span><br style="font-family: courier new,monospace;">
<br>I'm trying to reduce this. The strange thing is how high my numbers are for processes and processes_used. I ran erlang:process_info() on every process in erlang:processes(), and found that my processes shouldn't be taking up much memory at all. I only have 121 running, the largest heap_size is 6765 (and most are under 1000).. and the largest stack_size is 21.<br>
<br>What am I missing here?<br></div>