Re: Discrepancy between OS memory and erlang virtual memory?
Roger Lipscombe <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAJgnQd-q4PVSK=5hLbTnZkrp2Rt-zvnfD5tzNro5i41yO7u0RQ@mail.gmail.com> |
On Thu, 23 Sept 2021 at 09:23, Hitesh Kishorbhai Vaghani <[email protected]> wrote: > Roger, > We are not using NIFs. We using heavy concurrent processing to reduce response time. how to check the default allocator? Erlang doesn't (in general) use glibc's allocator. If you're not using NIFs, that's not your problem.