segway creates job templates (in run.py) using the createJobTemplate method, but does not delete them after use. As noted in DRMAA's documentation for createJobTemplate, failure to delete job templates after use may result in a memory leak. This may be related to issue 60 (#60).
Original report (BitBucket issue) by Rachel Chan (Bitbucket: rcwchan).
segway creates job templates (in run.py) using the createJobTemplate method, but does not delete them after use. As noted in DRMAA's documentation for createJobTemplate, failure to delete job templates after use may result in a memory leak. This may be related to issue 60 (#60).