Hey Victor,

here is what I had in the varnish file:

DAEMON_OPTS="-a :80 \
             -T localhost:6082 \
             -f /etc/varnish/default.vcl \
             -S /etc/varnish/secret \
             -s file,/var/lib/varnish/$INSTANCE/varnish_storage.bin,100G"

Then I changed it too:

DAEMON_OPTS="-a :80 \
             -T localhost:6082 \
             -f /etc/varnish/default.vcl \
             -S /etc/varnish/secret \
             -s file,/var/lib/varnish/$INSTANCE/varnish_storage.bin,900M"

Is there another setting I need to set.

Thanks
  Larry


Larry Hoffman | 
Trivantis Corporation
Direct: 513.852-6843
[email protected] | www.trivantis.com

On Jun 18, 2012, at 3:11 PM, Victor Cheng wrote:

> Have you checked your Varnish cache size? Perhaps it's too small to fit the 
> full file (default in Ubuntu may be 512M)
> 
> On Mon, Jun 18, 2012 at 11:50 AM, Larry Hoffman <[email protected]> 
> wrote:
> Hey Guys,
> 
> wanted to ask if you guys ran into this issue.
> 
> A little background first:
> 
> I'm running apache 2.2.14 (Ubuntu) Server with drupal 6.22.
> 
> I installed varnish ( I believe it's version 1.1, not sure).
> 
> Varnish seems to be working and caching the files.
> 
> We have a download folder under the documents root with out exe products.
> 
> These files are 885M or greater in size.
> 
> These larger files are not be served by varnish.
> 
> I uploaded an 18M exe file and that one downloads just fine.
> 
> Any idea????
> 
> Thanks
>  Larry
> 
> 
> 
> 
> _______________________________________________
> varnish-misc mailing list
> [email protected]
> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
> 

_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to