-
xmerlinHi, I'm trying to execute OpenSearch in a Rocky LX zone, but it gives me an error: 'max number of threads [2000] for user [opensearch] is too low, increase to at least [4096].' Is it possible to change this limit in the zone definition?
-
xmerlinchanges in the limits file are simply ignored
-
pmooneyIIRC, there's a limit on the zone which can be cranked up
-
nahamuyeah, I definitely see <rctl name="zone.max-lwps"><rctl-value priv="privileged" limit="2000" action="deny"/></rctl> in the zone xml
-
nahamuI don't know if vmadm exposes a way to change it. you might need to use zoneadm
-
nahamuI see it: "max_lwps"
-
jbkyeah
-
jbkthough i cry every time i have to look at the vmadm man page
-
nahamu"vmadm update <uuid> max_lwps=4096"
-
jbkronnjs screws up the line wrapping
-
jbkand the resulting pages end up having to be viewed with a window > 80 columns
-
nahamuxmerlin: ^
-
jbk(an obvious abomination from the one true column size :P)
-
pjusticejbk++
-
jbkgranted, i can appreciate that mandoc sources don't exactly look intuitive
-
jbkand can be tedious sometimes to maintain
-
xmerlinnahamu, ok thank you
-
nahamuxmerlin: should also be possible to set that at zone creation time in the json.
-
xmerlinjperkin, as I can see pkgconf doesn't work as expected in 2022Q4, pkg-config is ok ...I'm trying to build cyrus-imapd-3.8 and it uses pkgconf to check jansson in configure
-
xmerlinerror "/opt/local/bin/pkg-config: error: '/opt/local/bin/.libs/pkgconf' does not exist"