Possible memory leak with OPAL client
See original GitHub issueI’m running an OPAL client container in Kubernetes. I recently looked at metrics on the memory usage of this container and noticed that memory is climbing and climbing until it hits 100%. This indicates a possible memory leak with OPAL client.

Here is some more info:
I’m running the image authorizon/opal-client-standalone:0.1.12
.
Here’s my env var config:
- name: OPAL_POLICY_STORE_URL
value: http://localhost:8181/v1
- name: OPAL_SERVER_URL
value: http://localhost:7002
- name: OPAL_DATA_UPDATER_ENABLED
value: "0"
- name: OPAL_KEEP_ALIVE_INTERVAL
value: "10"
And finally the command to run the container:
command:
- "sh"
- "-c"
- "/usr/wait-for.sh http://localhost:7002 --timeout=20 -- /start.sh"
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Effective Debugging of Memory Leaks in Ruby - Stratus3D
Steps to Find a Memory Leak · 1. Check for any unused gems in the Gemfile and remove them · 2. Check the...
Read more >Memory leak (Finalizer queue blocked by Oracle.DataAccess ...
There seems to be a memory leak associated with the web application.On further investigation it was found that objects in Finalizer Queue ......
Read more >3 Troubleshoot Memory Leaks - Java - Oracle Help Center
This chapter provides some suggestions for diagnosing problems involving possible memory leaks.
Read more >I'm getting a memory leak for fopen_s but nothing is 'new'ed or ...
This happens when functions like fopen make a one time allocation. If you then call fopen again you will not get more leaks....
Read more >Diff - refs/heads/android-4.19-stable^! - kernel/common.git - Google Git
... sed-opal: kmalloc the cmd/resp buffers siox: fix possible memory leak in ... fix double disconnect client in chnl_net_open() bnxt_en: Remove debugfs ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sure @grantmcconnaughey 😃
I have started to investigate - i have a few leads & some follow up questions about your setup:
In any case i am trying to zero in with a profiler - will update as soon as i have something concrete 😃
Hey @grantmcconnaughey, this is super helpful! we are on it! 😃