[erlang-questions] Memory leak question

Paul Oliver puzza007@REDACTED
Mon Sep 22 17:56:04 CEST 2008


On Mon, Sep 22, 2008 at 4:30 PM, Sverker Eriksson
<sverker@REDACTED> wrote:
> Paul Oliver wrote:
>>       receive
>>               {tcp, Sock, _Data} ->
>
>
> Print size(_Data) as well. To see how much data you are receiving
> compared to how much you are sending each time.
>
>
> /Sverker, Erlang/OTP Ericsson
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>


Hi Sverker,

Sent and recd seem to correspond.

=INFO REPORT==== 22-Sep-2008::16:47:14 ===
sent: 500, Rec: 500, tot_mem: 629591144, binary: 400980312, procs:
148333264, time: 43.069
=INFO REPORT==== 22-Sep-2008::16:47:16 ===
sent: 500, Rec: 500, tot_mem: 631668704, binary: 403595160, procs:
148333160, time: 784.132

I also enabled logging for all clients where sent =/= recv and didn't
get any matches...

Cheers,
Paul.



More information about the erlang-questions mailing list