Avatar

Correct answer by
Community Advisor

Hi @Sebastian_Rockw 

seems some process is leaking memory. To posible idenitfy process try with:

ps --sort -rss -eo rss,pid,command | head

Could you restart on-premise server and try with this command to see if error occurs again? You may try without -verbose as will consume less memory.

Regards,

Milan

 

View solution in original post