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 was trying to debug some possibly memory leak issues today and came to find out that Ignition actually could "show" as a memory leak. I created some unit tests to check the diff in memory usage before and after a test. After some frustration I realized it is simply Ignition recording every query in memory.
It would be lovely if the default behavior of Ignition would be to not record anything when testing or during really any command line activity.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was trying to debug some possibly memory leak issues today and came to find out that Ignition actually could "show" as a memory leak. I created some unit tests to check the diff in memory usage before and after a test. After some frustration I realized it is simply Ignition recording every query in memory.
It would be lovely if the default behavior of Ignition would be to not record anything when testing or during really any command line activity.
Beta Was this translation helpful? Give feedback.
All reactions