<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.networksecuritytoolkit.org/nstwiki/index.php?action=history&amp;feed=atom&amp;title=Squid</id>
	<title>Squid - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.networksecuritytoolkit.org/nstwiki/index.php?action=history&amp;feed=atom&amp;title=Squid"/>
	<link rel="alternate" type="text/html" href="https://wiki.networksecuritytoolkit.org/nstwiki/index.php?title=Squid&amp;action=history"/>
	<updated>2026-05-21T08:05:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://wiki.networksecuritytoolkit.org/nstwiki/index.php?title=Squid&amp;diff=211&amp;oldid=prev</id>
		<title>Paul Blankenbaker: Showed how to increase maximum size of files cached</title>
		<link rel="alternate" type="text/html" href="https://wiki.networksecuritytoolkit.org/nstwiki/index.php?title=Squid&amp;diff=211&amp;oldid=prev"/>
		<updated>2007-03-11T15:02:35Z</updated>

		<summary type="html">&lt;p&gt;Showed how to increase maximum size of files cached&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Configuration =&lt;br /&gt;
&lt;br /&gt;
== Increasing Maximum Object Size ==&lt;br /&gt;
&lt;br /&gt;
By default, &amp;#039;&amp;#039;&amp;#039;squid&amp;#039;&amp;#039;&amp;#039; only caches files (objects) which are &amp;#039;&amp;#039;&amp;#039;4MB&amp;#039;&amp;#039;&amp;#039; in size or less. The following shows an adjustment to the file: &amp;quot;&amp;#039;&amp;#039;&amp;#039;/etc/squid/squid.conf&amp;#039;&amp;#039;&amp;#039;&amp;quot; which increases the maximum size to &amp;#039;&amp;#039;&amp;#039;600MB&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;programListing&amp;quot;&amp;gt;&lt;br /&gt;
#  TAG: maximum_object_size     (bytes)&lt;br /&gt;
#       Objects larger than this size will NOT be saved on disk.  The&lt;br /&gt;
#       value is specified in kilobytes, and the default is 4MB.  If&lt;br /&gt;
#       you wish to get a high BYTES hit ratio, you should probably&lt;br /&gt;
#       increase this (one 32 MB object hit counts for 3200 10KB&lt;br /&gt;
#       hits).  If you wish to increase speed more than your want to&lt;br /&gt;
#       save bandwidth you should leave this low.&lt;br /&gt;
#&lt;br /&gt;
#       NOTE: if using the LFUDA replacement policy you should increase&lt;br /&gt;
#       this value to maximize the byte hit rate improvement of LFUDA!&lt;br /&gt;
#       See replacement_policy below for a discussion of this policy.&lt;br /&gt;
#&lt;br /&gt;
#Default:&lt;br /&gt;
# maximum_object_size 4096 KB&lt;br /&gt;
maximum_object_size 600 MB&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul Blankenbaker</name></author>
	</entry>
</feed>