Re: Resident memory not released

2019-08-05 Thread aledbf
> I've also tried to compile jemalloc and load that via the LD_PRELOAD environment variable. We used jemalloc in the past, but that approach also introduces different issues like not being able to use third-party monitory agents like dynatrace. Posted at Nginx Forum: https://forum.nginx.org/read

RE: Resident memory not released

2019-08-05 Thread R, Rajkumar (Raj)
I'm also facing this problem of memory not being released in Kubernetes, but we are using alpine image which includes musl library. Could you please provide your thoughts in this case. thanks, raj -Original Message- From: nginx On Behalf Of fredr Sent: Monday, August 5, 2019 4:43 PM T

Re: Setting Charset on Nginx PHP virtual host

2019-08-05 Thread Vincent M.
Le 04/08/2019 à 23:57, Francis Daly a écrit : On Sun, Aug 04, 2019 at 03:11:36PM +0200, Vincent M. wrote: Hi there, But the special characters was displayed with "?" not with � . I wonder... The nginx docs say """Missing characters in the range 80-FF are replaced with “?”. """ Is there any

Re: Resident memory not released

2019-08-05 Thread fredr
I guess you are right. The main reason I want to scale on memory rather than number of connections, is that we wouldn't have to calculate how many connections a node can handle. Eg, if we change the memory size of each node, we also have to update the automatic scaling metric, or lets say there is

Re: Need help on Oauth-2.0 Token with Nginx reverse proxy

2019-08-05 Thread blason
Hi Folks, Really no solution for this? Can someone please help? Now I am seeing beloe error in access.log and my file is like this 11.22.33.44 - - [05/Aug/2019:14:50:58 +0530] "POST /connect/token HTTP/1.1" 404 191 "https://test.example.net/"; "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebK

Re: Need help on Oauth-2.0 Token with Nginx reverse proxy

2019-08-05 Thread blason
Hi Folks, Really no solution for this? Can someone please help? Now I am seeing beloe error in access.log and my file is like this 11.22.33.44 - - [05/Aug/2019:14:50:58 +0530] "POST /connect/token HTTP/1.1" 404 191 "https://test.example.net/"; "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebK