Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 216 by noel.kalman: Memory increase http://code.google.com/p/yi-editor/issues/detail?id=216
1. Fire up top or some other system monitor, and sort processes by decreasing memory usage 1. yi --as=vim 2. Hold g key pressed 3. Observe memory usage of yi. On my machine at least this causes yi quickly to go to the top of the list, experiencing a more-or-less linear increase in memory usage. I'd be interested to know whether everyone sees this. Profiling suggests that the reason for this particular behaviour is values of Yi.Interact.P not being garbage-collected. Those values are created by Yi.Interact.mkProcess, called by Yi.Interact.mkAutomaton, which in turn gets called by Yi.Core.dispatch. Who knows enough about these to investigate? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
