SamHurne/gw2pao

Gradual increase in memory usage

Closed this issue · 1 comments

If the application is left on for an extended period of time (hours), there is a serious increase in memory usage over time. There appears to be some sort of memory leak. After a while, depending on the memory capabilities of the machine running the application, a crash can occur due to a lack of virtual memory space.

Cause of issue determined to be the use of TaskCreationOptions.LongRunning for background tasks created for Event, WvW, and Price Notifications.

Fixed with commit 1b6d257. Release is still pending.