Mailing List Archive

Tweakable madvise
I re-read some performance concerns about the file storage and remembered
that I said I'd send a patch, probably a year ago. So here we go.

The only thing it does is exposing the madvise parameter to the user, in
practice, it helps performance for big objects and/or rotational disk when
using MADV_SEQUENTIAL on Linux.

--
Guillaume Quintard
Re: Tweakable madvise [ In reply to ]
--------
In message <CAJ6ZYQyjuCsnnAL6J0NygCNeBvQ9VAccWDk8C2OJYSe6awLKdA@mail.gmail.com>
, Guillaume Quintard writes:

>I re-read some performance concerns about the file storage and remembered
>that I said I'd send a patch, probably a year ago. So here we go.

Uhm, can you make this a pull request on github please ?


--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.

_______________________________________________
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev
Re: Tweakable madvise [ In reply to ]
Sure, old habits die hard.
On Jun 27, 2016 01:47, "Poul-Henning Kamp" <phk@phk.freebsd.dk> wrote:

> --------
> In message <
> CAJ6ZYQyjuCsnnAL6J0NygCNeBvQ9VAccWDk8C2OJYSe6awLKdA@mail.gmail.com>
> , Guillaume Quintard writes:
>
> >I re-read some performance concerns about the file storage and remembered
> >that I said I'd send a patch, probably a year ago. So here we go.
>
> Uhm, can you make this a pull request on github please ?
>
>
> --
> Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
> phk@FreeBSD.ORG | TCP/IP since RFC 956
> FreeBSD committer | BSD since 4.3-tahoe
> Never attribute to malice what can adequately be explained by incompetence.
>
Re: Tweakable madvise [ In reply to ]
Allowing to set MADV_DONTDUMP would help make coredumps on systems with huge
storage more manageable

_______________________________________________
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev