Date: Mon, 06 Nov 2000 15:44:48 +0300 From: jadream <jadream@chat.ru> To: freebsd-questions@freebsd.org Subject: How to change kern.ipc.maxsockets ? Message-ID: <3A06A7C0.5107EC3C@chat.ru>
next in thread | raw e-mail | index | archive | help
To avoid recently mentioned problems with threads & SysV IPC I tried to use UNIX sockets and sonn reached the limits with error "Too many opened files" and /kernel: file table is full. I looked into sysctl info and found out three vars to change to cope with this: kern.maxfiles kern.maxfilesperproc kern.ipc.maxsockets Fisrt two were sucessfully changed using sysctl -w XXX=XXX but not the last one. Resulting message from sysctl says: "Readonly variable" So what? :0) Alexander Komratov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A06A7C0.5107EC3C>