Open viper4gh opened 5 years ago
The memory consumption increases over time a lot. It is most noticeable if there are 32 drivers in a session.
After some investigation the main/biggest cause are the console logs, because the Garbage Collector cannot free allocations if complete objects are outputted to the console log.
The memory consumption increases over time a lot. It is most noticeable if there are 32 drivers in a session.