holochain / holoscape

A complete end-user deployment of a Holochain conductor with UI for administration and a run-time for hApp UIs
63 stars 8 forks source link

Fix memory leak #40

Closed lucksus closed 4 years ago

lucksus commented 4 years ago

Holoscape was keeping all conductor logs in memory, three times. With state dump enabled this would grow up to several GBs over the course of a few hours.

Here we are keeping a maximum of 100 last log messages.

Follow up: make this a configuration setting