Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutofMemory Error while allocating byte buffer array #422

Open
Ishant14 opened this issue Jul 22, 2022 · 0 comments
Open

OutofMemory Error while allocating byte buffer array #422

Ishant14 opened this issue Jul 22, 2022 · 0 comments

Comments

@Ishant14
Copy link

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 :

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

Screenshot 2022-07-22 at 4 10 55 PM

Out total allocated heap size is 2GB and other config are as below :
Screenshot 2022-07-22 at 4 32 50 PM

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.

Screenshot 2022-07-22 at 4 33 27 PM

Steps To Reproduce

No response

Environment Information

No response

Example Application

No response

Version

3.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant