eckhchri / pcars-ds-liveview

Provides a html page for project cars dedicated server and display a map of the current race.
14 stars 1 forks source link

Memory Leak #134

Open viper4gh opened 5 years ago

viper4gh commented 5 years ago

The memory consumption increases over time a lot. It is most noticeable if there are 32 drivers in a session.

viper4gh commented 5 years ago

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.