Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2021 19:51:00 -0600
From:      Ashlen <eurydice@riseup.net>
To:        freebsd-doc@freebsd.org
Subject:   'increased values' sysctl tweak in chapter 7 section 4 of handbook actually decreases values
Message-ID:  <20210416015100.i5knvfcogoec7hek@lain.lan>

next in thread | raw e-mail | index | archive | help
I'm unsure if this is the right mailing list to send this to. I hope so.
:)

>From the handbook:
> To enhance the shared memory Xorg interface, it is recommended to
> increase the values of these sysctl(8) variables:
>
> kern.ipc.shmmax=67108864
> kern.ipc.shmall=32768

Yet if I actually change them on 13.0-RELEASE, the values decrease, not increase.

$ priv sysctl kern.ipc.shmmax=67108864
kern.ipc.shmmax: 536870912 -> 67108864
$ priv sysctl kern.ipc.shmall=32768
kern.ipc.shmall: 131072 -> 32768

Perhaps this should be removed? I set up a FreeBSD HTPC today on the
amd64 architecture and it handles video fine without any adjustment.

Seems it was mentioned before, but never fixed.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229816

--
https://amissing.link



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210416015100.i5knvfcogoec7hek>