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
I've been using reveal pretty extensively and it works very well.
However, I have been experiencing lots of OutOfMemory exceptions, and I wonder whether reveal is the cause.
Is there some sort of limit on the number of history items to store? If not, it would be useful to be able to set a limit on the amount of entries to keep in memory (like a ring buffer). Is this something that would be possible?
The text was updated successfully, but these errors were encountered:
Reveal can be the cause, yes — it saves references to all submitted values for inspection. I'm planning to add the ability to clear the output panel, so those refs can be garbage collected
I've been using reveal pretty extensively and it works very well.
However, I have been experiencing lots of OutOfMemory exceptions, and I wonder whether reveal is the cause.
Is there some sort of limit on the number of history items to store? If not, it would be useful to be able to set a limit on the amount of entries to keep in memory (like a ring buffer). Is this something that would be possible?
The text was updated successfully, but these errors were encountered: