Re: Monitor Process Memory
Vance Shipley <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAMoa0NKrNWr5FtJjUiJUTCyYuryybx3oz76XorMtAfvyDCXmFA@mail.gmail.com> |
On Thu, Sep 30, 2021 at 7:24 PM Lukas Larsson <[email protected]> wrote: > Maybe http://erlang.org/doc/man/erlang.html#process_flag_max_heap_size is what you want? Perfect! > On Thu, Sep 30, 2021 at 1:04 PM Vance Shipley <[email protected]> wrote: >> I'd like to stop when too much memory is being used by Acc, or maybe the (shell) process. -- -Vance