Memory leaks that occur when tokens are frequently updated #1228
min-sung-kwon
started this conversation in
General
Replies: 1 comment 12 replies
-
I don't think mod_auth_openidc is leaking memory, our valgrind reports don't show that. How did you come to this conclusion? Using OS process memory tools may not be as reliable. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Situation: The
OIDCRefreshAccessTokenBeforeExpiry
value is set to receive a refresh token once a minute.Result: Server memory usage exceeds 80-90% every 2-3 days in version 2.4.11.3.
Action: Update to version 2.4.15.7
Progress: We thought the issue had been resolved by confirming that the increase in memory usage had decreased, but we found that the increase had only decreased but was still increasing. Currently, server memory usage exceeds 80-90% once every 2-3 weeks.
The issue is as above and I would like to resolve the issue.
Beta Was this translation helpful? Give feedback.
All reactions