ACLs limts/perfs ?

Poul-Henning Kamp phk at phk.freebsd.dk
Thu Jan 28 10:33:17 CET 2016


--------
In message <56A9D8BD.3080208 at tengu.ch>, =?UTF-8?Q?C=c3=a9dric_Jeanneret?= write
s:

>After the whole process is finished the ACL holds more than 800 entries.

Varnish compiles ACL's into optimized C-code (you can see this if
you use the -C option), and 800 entries should not be a problem
at all.

If your system uses the GCC compiler, compilation will take longer
time as the length of your ACLs grow, but 800 entries shouldn't be
an issue at all.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at 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.



More information about the varnish-misc mailing list