vinothchandar commented on issue #800: Performance tuning
URL: https://github.com/apache/incubator-hudi/issues/800#issuecomment-514415847
 
 
   So, this seems more about the memory per executor rather than number of 
executors.. Not releasing the executors is very weird for a spark app to do 
tbh.. interesting.. You already have 12GB executor memory, which should be 
plenty .. 
   
   All in all, its GC-ing constantly and if you let it run, as with any java 
app, it will keep GCing and chew up cpu .. Can you try to do a heapdump using 
`jmap` and pull it into something like Eclipse MAT ? we can then see whats 
taking up the memory.. 
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to