is there a way to check the amount of ram each plugin uses?
Using a spark profile btw
5 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by touchinggrass#0
not really, sometimes a heapsummary or heapdump can give you an insight but it's not very obvious
then how can I find the cause of a ram-leak?
make a heapdump when your ram usage gets very high (use spark health to check that).
Then use eclipse memory analyser
alr