Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradual increase in memory usage #20

Closed
SamHurne opened this issue Sep 9, 2015 · 1 comment
Closed

Gradual increase in memory usage #20

SamHurne opened this issue Sep 9, 2015 · 1 comment

Comments

@SamHurne
Copy link
Owner

SamHurne commented Sep 9, 2015

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.

@SamHurne SamHurne added the Issue label Sep 9, 2015
@SamHurne
Copy link
Owner Author

SamHurne commented Sep 9, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant