Out of memory exception in Server Performance
Increasing the heap memory doesn’t fix the outofmemory exception. It might reproduce after sometime.Increasing the heap size, will improve the response time.When heap size is increased, GC activities will increase (Minor/Major/Full GC).When GC activities increases, it suspends all threads for the time GC is running and it impacts the total response time. To check the …