[erlang-questions] Garbage Collection, BEAM memory and Erlang memory

Rick Reed rr@REDACTED
Wed Mar 4 22:30:14 CET 2015


On 3/4/15, 10:22 AM, "Roberto Ostinelli" <roberto.ostinelli@REDACTED>
wrote:
>I didn't use a separate box for SSL termination with stud. I basically
>wanted to see if stud could offload SSL from my Erlang application, so I
>just set my app to run in non-ssl mode, and had stud handle the SSL
>frontend on the same box.

That¹s exactly what we do.

>Also, I read on stud's readme file that every connection has a 200k bytes
>overhead.

We patched a config option to reduce the size of the per-conn buffer space
(from 96k).  On one service, we run 4K buffering per user.

Rr




More information about the erlang-questions mailing list