How to locate memory leaks?

Hi, I'm using OnPremise with a custom plugin, the memory usage on the Photon tray icon keeps increasing after a few games have ended. Is there any way I can debug memory usage, say what instance is actually consuming it?

Comments

  • Hi, @Zhuchun

    there is the couple of memory profilers which you can use

    this is the only option

    best,
    ilya
  • chvetsov said:

    Hi, @Zhuchun

    there is the couple of memory profilers which you can use

    this is the only option

    best,
    ilya

    Thank you, I thought PhotonServer has such a counter/monitor for the custom plugin.
    Windbg helped me but hard to use lol