What happens if java heap space is occupied fully on graylog node?

Hi Team

We have java heap space of ~974 MB allocated to graylog node. What happens if this is full?

If the heap memory is full and if the garbage collector is unable to free more memory, the application will crash with an out of memory error the next time it tries to allocate memory.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.