<div dir="ltr">The acl files are up to 16M in size.  The RAM on the machine is 4G.  Allocating swap space 8G for the OS has fixed the crashing issue. The only issue now is startup time. Squid is taking several minutes to start up.  Is there a better solution that I'm missing?<div><br></div><div>Thanks!</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 9, 2016 at 12:42 PM, Amos Jeffries <span dir="ltr"><<a href="mailto:squid3@treenet.co.nz" target="_blank">squid3@treenet.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10/02/2016 5:21 a.m., Kinkie wrote:<br>
> If you are swapping performance will suffer terribly. How large are these<br>
> files and how much ram do youbhave?<br>
<br>
<br>
</span>NP: fork() which is used by Squid can require virtual memory in large<br>
amounts. Even though the processes do not actually use that much RAM.<br>
<br>
In your particular case with Squid worker using 30% (say 'N') of your<br>
RAM, the fork() for those 5 ssl_crtd helpers will require Nx5 of virtual<br>
memory to start, while only using ~4MB of real RAM.<br>
<br>
Some OS do it better than others. Some actually allocate swap space for<br>
all that virtual memory and never use it (yuck).<br>
<span class="HOEnZb"><font color="#888888"><br>
Amos<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</div></div></blockquote></div><br></div>