linikujp / owltools

Automatically exported from code.google.com/p/owltools
0 stars 0 forks source link

Memory leak when running OWLTools service #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start a server, e.g.

owltools ../src/ontology/wbphenotype.owl --use-fsim --start-sim-server -p 9031

2.

Visit http://127.0.0.1:9031/

note "memoryUsedInKB"

3. go to 2, and repeat. Amount increases each time.

My suspicious this is a ThreadLocal/Gson issue.

https://code.google.com/p/google-gson/issues/detail?id=402

Original issue reported on code.google.com by cmung...@gmail.com on 1 Apr 2014 at 10:00

GoogleCodeExporter commented 9 years ago
False alarm, it's garbage collected periodically.

Original comment by cmung...@gmail.com on 1 Apr 2014 at 11:28