- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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