<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>large-files on IT Quicktasks</title><link>https://quicktasks.ismael.casimpan.com/tags/large-files/</link><description>Recent content in large-files on IT Quicktasks</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2018–2022, Ismael Casimpan Jr.; All Rights Reserved</copyright><lastBuildDate>Mon, 18 May 2020 00:20:25 +0800</lastBuildDate><atom:link href="https://quicktasks.ismael.casimpan.com/tags/large-files/index.xml" rel="self" type="application/rss+xml"/><item><title>Finding Large Files Uncacheable in Acquia Varnish</title><link>https://quicktasks.ismael.casimpan.com/post/finding-large-files-uncacheable-in-acquia-varnish/</link><pubDate>Mon, 18 May 2020 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/finding-large-files-uncacheable-in-acquia-varnish/</guid><description>
Acquia varnish cannot cache files &amp;gt;10MB as per https://docs.acquia.com/acquia-cloud/performance/varnish/files/
To find for those &amp;gt;10MB files, search from the sites/default/files:
1find ./ -type f -size +10M -exec du -sh &amp;#39;{}&amp;#39; \; -print|grep -v ^\./| sort -n</description></item></channel></rss>