Closed nono303 closed 2 years ago
Hmm, the changes between 2.4.11 and 2.4.12 were related to the server-status
information.
How many managed domains do you have?
How many managed domains do you have?
20
Do you monitor server-status
regularly? or have you enabled it at all?
Yes, i GET /server-status?auto
every minute.
I think the leak is not related to "other" httpd usage as i can't see correlation with busy workers
I just made a full dump of process but i'll have to find how to analyse it...
Hmm, running some local test with a million requests to server-status
and the memory of the process keeps increasing. Something smells...
Think I found it. Was a wrong reference counting in the JSON code. That was triggered mainly by server-status
.
I'll make a release soon for you to verify.
Please give v2.4.14 a try.
2022-04-26 16:32:36.220666 - - - md:info mod_md.c(874) pid:9000 tid:836 [AH10071: mod_md (v2.4.14-git), initializing...]
we'll see tomorrow ;)
sounds good!
Hi @icing, I've just noticed strange httpd memory usage (Windows - httpd 2.4.53 x64 vs17) with latest mod_md:
1)
2.4.11
2) bump to2.4.12
3) rollback to2.4.11
4) bump to2.4.13
Is there any major change that can imply a memory leak since 2.4.12? I'll try to provide additional information - if needed - but it will be Windows related....