You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the OutOfMemoryError in event loop thread as below, while creating allocating the memory to byte buffer array.
Error Logs :
default-nioEventLoopGroup-4-13: Retried waiting for GCLocker too often allocating 2445057 words
java.lang.OutOfMemoryError: Java heap space
Dumping heap to /hdfs-data/log/oic/ic-api-intg-dt-746df5b486-wwvrn/Jul21-2022-020425.hprof ...
Heap dump file created [1451403225 bytes in 5.658 secs]
Terminating due to java.lang.OutOfMemoryError: Java heap space
{"level":"INFO","logger":"oracle.oic.integration.designtime.filter.IntegrationContextFilter","thread":"default-nioEventLoopGroup-4-19","ts":1658400459712,"msg":"DT Received >> Request: [\n URL: GET /ic/api/integration/v1/monitoring/errors?integrationInstance=stress2-gen3idcs5-19-id036tzchiyy-psr,\n]"} {"level":"INFO","logger":"oracle.oic.integration.designtime.filter.IntegrationContextFilter","thre
Out total allocated heap size is 2GB and other config are as below :
If i look at the heap dump it tells that only 1.3GB has been consumed and our total allocated heap size is 2GB, then how come it could throw the OOM error as still 0.7GB is left.
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
3.4.1
The text was updated successfully, but these errors were encountered:
Expected Behavior
No response
Actual Behaviour
Getting the OutOfMemoryError in event loop thread as below, while creating allocating the memory to byte buffer array.
Error Logs :
Out total allocated heap size is 2GB and other config are as below :
If i look at the heap dump it tells that only 1.3GB has been consumed and our total allocated heap size is 2GB, then how come it could throw the OOM error as still 0.7GB is left.
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
3.4.1
The text was updated successfully, but these errors were encountered: