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.
The
wfssrvprocess 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 togcto force garbage collection to happen.