[squid-users] High memory usage under load with caching disabled, memory is not being freed even with no load

2020-07-20 Thread Ivan Bulatovic
Hi all, I am trying to configure squid to run as a forward proxy with no caching (cache deny all) with an option to choose the outgoing IP address based on the username. So all squid has to do is to use a certain outgoing IP address for a certain user, return the data from the server to that user

Re: [squid-users] High memory usage under load with caching disabled, memory is not being freed even with no load

2020-08-03 Thread Ivan Bulatovic
regards, Ivan Bulatovic On Mon, Jul 20, 2020 at 10:46 PM Ivan Bulatovic wrote: > > Hi all, > > I am trying to configure squid to run as a forward proxy with no > caching (cache deny all) with an option to choose the outgoing IP > address based on the username. So all squid has

Re: [squid-users] High memory usage under load with caching disabled, memory is not being freed even with no load

2020-08-05 Thread Ivan Bulatovic
Hi Alex, Thank you very much for your help. I opened a bug on bugs.squid-cache.org (https://bugs.squid-cache.org/show_bug.cgi?id=5071). Best regards, Ivan On Mon, Aug 3, 2020 at 10:02 PM Alex Rousskov wrote: > > On 8/3/20 9:11 AM, Ivan Bulatovic wrote: > > > Looks like squid h

Re: [squid-users] High memory usage under load with caching disabled, memory is not being freed even with no load

2020-08-05 Thread Ivan Bulatovic
r:info or another page there contains the amount of > requests per second etc. > also netstat or ss -ntp might give some basic understanding about this server > size. > > are you using dynamic memory on the hyper-v hypervisor? > > Eliezer > > On Wed, Aug 5, 2020, 19:5

Re: [squid-users] High memory usage under load with caching disabled, memory is not being freed even with no load

2020-08-07 Thread Ivan Bulatovic
Hi Amos, > > From what i remember there is a calculation for how much k per conn > > should squid use. > > Aye; > 256KB * number of currently open FD > + read_ahead_gap > + received size of current in-transit response (if cacheable MISS) I tried to reduce the number of in-memory objects using