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

Memory Leak Associated with Quick Run-up of threads and/or AWS Client Resource Management #1

Closed
galenatjpl opened this issue Dec 2, 2020 · 0 comments · Fixed by #2
Assignees

Comments

@galenatjpl
Copy link
Contributor

There appears to be an issue with memory management, where a quick series of handling SQS messages, incurs memory that's not released. A quick survey of a memory dump indicated AWS library references might be associated with the usage.
Additionally, there is no throttling in place on the SQS handling, so the number of queued threads can build up.

@galenatjpl galenatjpl self-assigned this Dec 2, 2020
@galenatjpl galenatjpl changed the title Memory Leak Associate with Quick Run-up of threads and/or AWS Client Resource Management Memory Leak Associated with Quick Run-up of threads and/or AWS Client Resource Management Dec 2, 2020
@galenatjpl galenatjpl linked a pull request Dec 2, 2020 that will close this issue
jamesfwood pushed a commit that referenced this issue Jul 13, 2023
* Remove downdown for download (button only now)

* Move Processes page list export under Actions bttn

* Fix copy history links / open all in new tabs

* Add ability to hide/show columns

* Update width of input variables

* Fix width issue

* Remove workerID input var from proc list

* Fix infinite refresh if page not visited before

* Update process parsing methods to speedup loading

* Get state search from URL

* Auto-filter based on URL request

* Move log download functions to common js

* Update number of processes returned per api call

* Update tooltip, remove unnecessary css

* Sort history so earliest is first

* Move input vars into existing table

* Fix arrow issue & reconsile with history page

* Show "None" if no input vars are set

* Get console logs (error)

* Add sleep

* Restore server-side filtering, fix tooltip url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant