Skip to content

Look into memory leaks #4

@tepickering

Description

@tepickering

The wfssrv process is quite resource-intensive even when not being actively used. It appears that garbage collection is not being done properly which appears to be an issue with tornado in some circumstances. Need to go through and make sure all of the callbacks are exiting properly, unused objects get deleted manually, and maybe add some direct calls to gc to force garbage collection to happen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions