<div dir="ltr">At least in my experience unless your most used static files exceed in size your available RAM, or are changing, they are effectively cached by the OS anyway.<div><br></div><div>So storing them on a ram disk is really doing the same or worse job than just letting the OS store them and serve them from its file cache memory pages. Plus the OS has the advantage of knowing which are less frequently used and can be purged.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 19, 2015 at 11:12 PM, wishmaster <span dir="ltr"><<a href="mailto:artemrts@ukr.net" target="_blank">artemrts@ukr.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
<br>
 --- Original message ---<br>
 From: "Rainer Duffner" <<a href="mailto:rainer@ultra-secure.de">rainer@ultra-secure.de</a>><br>
 Date: 19 April 2015, 15:53:29<br>
<span class=""><br>
<br>
<br>
><br>
> > Am 19.04.2015 um 13:14 schrieb wishmaster :<br>
> ><br>
> > Hi,<br>
> ><br>
> > Today after upgrading from nginx version 1.6.x to 1.7.x I have got a segmentation fault. After short investigation the culprit was found. It is module by Frikle - nginx_slowfs_cache.<br>
> ><br>
> > Is anybody has the same issue? Is this module is obsolete?<br>
><br>
><br>
><br>
> Can you describe your use-case for it?<br>
><br>
> And whether you saw a performance-boost from it, compared to other alternatives?<br>
><br>
><br>
> I wouldn’t say it’s useless these days, but I view it as a bit „exotic“.<br>
<br>
</span>   Read this from official website:<br>
<br>
About<br>
=====<br>
`ngx_slowfs_cache` is `nginx` module which allows caching of static files<br>
(served using `root` directive). This enables one to create fast caches<br>
for files stored on slow filesystems, for example:<br>
<br>
- storage: network disks, cache: local disks,<br>
- storage: 7,2K SATA drives, cache: 15K SAS drives in RAID0.<br>
<br>
**WARNING! There is no point in using this module when cache is placed<br>
on the same speed disk(s) as origin.**<br>
====<br>
<br>
I use RAM disk for this cache. Yes, it is fast enough.<br>
Do you know any alternatives?<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a></div></div></blockquote></div><br></div>