summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2002-10-07 21:00:49 +0000
committerbouyer <bouyer@pkgsrc.org>2002-10-07 21:00:49 +0000
commit0b927218a840df1e1b4559fcd9e8cf535e5e89a4 (patch)
treed63f04f851897099730c8f4e61c671fd8849068c /www
parentd17307bf45f186708a2bce1785e7ec7587b576c0 (diff)
downloadpkgsrc-0b927218a840df1e1b4559fcd9e8cf535e5e89a4.tar.gz
Add a note about SYSV IPC kernel paramters for diskd. Fixes PR pkg/18558
Diffstat (limited to 'www')
-rw-r--r--www/squid/MESSAGE17
1 files changed, 16 insertions, 1 deletions
diff --git a/www/squid/MESSAGE b/www/squid/MESSAGE
index 3f1e64e1db1..41d1e062aca 100644
--- a/www/squid/MESSAGE
+++ b/www/squid/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:51 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2002/10/07 21:00:49 bouyer Exp $
You DO need running nameservice to start and run ${PKGNAME}.
@@ -7,4 +7,19 @@ Use the ${PKGNAME} proxy and caching WWW Server by
configuring your WWW Navigator (Netscape, Mosaic, ...)
to use it as a proxy server.
+Please note that to use the diskd storage method, ypu'll lilely have to
+change SYSV-IPC parameters in the kernel config file (see
+http://www.squid-cache.org/Doc/FAQ/FAQ-22.html fro details).
+The following parameters should work for most cases:
+options SYSVMSG # System V-like message queues
+options SYSVSEM # System V-like semaphores
+options SYSVSHM # System V-like memory sharing
+#options SHMMAXPGS=1024 # 1024 pages is the default
+options SHMMAXPGS=8192 # special stuff for squid diskd
+options MSGMNB=16384
+options MSGMNI=41
+options MSGSEG=2048
+options MSGSSZ=64
+options MSGTQL=512
+
===========================================================================