jpetazzo / squid-in-a-can

361 stars 78 forks source link

ufs is blocking #21

Open agentgonzo opened 8 years ago

agentgonzo commented 8 years ago

I've been playing around with this (good work btw) and optimised a version of it for caching Steam's CDN downloads. I've found that UFS is a bit pants (it blocks execution of the main squid process when performing IO). I would suggest that you use aufs instead (I did and it more-than-doubled the throughput for the proxy).

ruffsl commented 8 years ago

Could you show us with a PR, I'd like see what you changed.

agentgonzo commented 8 years ago

Sure, will do later when I get back in the computer, but it's literally changing ufs to aufs in your deploy python script On 12 Feb 2016 6:59 pm, "Ruffin" notifications@github.com wrote:

Could you show us with a PR, I'd like see what you changed.

— Reply to this email directly or view it on GitHub https://github.com/jpetazzo/squid-in-a-can/issues/21#issuecomment-183450772 .