DCS-LCSR / SignStream3

Sign language linguistics annotation software
2 stars 0 forks source link

Intensive memory usage #559

Open gregorydimitriadis opened 1 year ago

gregorydimitriadis commented 1 year ago

A general observation about the SignStream app: it tends to eat memory, steadily more as time goes on, and seemingly never relinquishes memory so slowdown occurs.

This could be due to a lot of factors - could just be that objects are not getting cleared/losing references when they should be. Most of java's GC should be doing the job, but we should run some memory tests to see what gets kept around when it shouldn't.

gregorydimitriadis commented 1 year ago

Possibly related #486