Re: Much larger old_heap than heap
Lukas Larsson <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAP3zBqPmQGVEXX7pZ52OoZAbD4F5uo027JpNxKkp+3Tg7T2Kww@mail.gmail.com> |
On Thu, Mar 18, 2021 at 8:16 PM Loïc Hoguin <[email protected]> wrote: > Is there a technical reason as to why fullsweep_after cannot be set > after the process has started? Is it possible to add? For some reason > the heap flags can be set via process_flag but not this one. > It should be relatively easy to add. It is just a matter of changing a value within the process's struct. I think the reason why it does not exist right now is that no one has needed it enough to implement the feature :)