I would like you to tell me when OutOfMemory occurs .
- Maximum heap space set for the process
- Maximum heap space set for thread pool workers
- Maximum java heap space configured on the server
Is my understanding correct in assuming that OutOfMemory occurs when one of the above three patterns is exceeded?
This three pattern which i have mentioned are correct or not?
If there is a OOM apart from this , in which case is it so?