You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:layer.merge/value and :layer.snapshot/db can sometimes be garbage collected. It's not a big deal during development, but it reduces the memory foot print which is nice for production.
The text was updated successfully, but these errors were encountered:
petterik
changed the title
Garbage collect :layer.merge/value in production
Garbage collect layers in production
Jun 9, 2018
:layer.merge/value can be removed once it has been merged into the app state and there's a snapshot ahead of the layer that "won't be removed because of re-applying layers".
Should probably mark snapshots that won't be removed/re-applied.
:layer.snapshot/db can be removed once there's a snapshot layer ahead of it that won't be removed.
:layer.merge/value
and:layer.snapshot/db
can sometimes be garbage collected. It's not a big deal during development, but it reduces the memory foot print which is nice for production.The text was updated successfully, but these errors were encountered: