On 2022-11-23, Mik J <mikyde...@yahoo.fr> wrote: > Hello Stuart, Otto,Thank you for your answers. > Stuart, I ran this command and got this output# su -c opensearch root -c > 'ulimit -a' > time(cpu-seconds) unlimited > file(blocks) unlimited > coredump(blocks) unlimited > data(kbytes) 4194304 > stack(kbytes) 8192 > lockedmem(kbytes) 87381 > memory(kbytes) 8095252 > nofiles(descriptors) 7030 > processes 1310 > > I suppose the interesting line is this onedata(kbytes) 4194304 > So it seems that >:datasize=8192M:\is not taken into account in login.confopensearch:\ > :datasize=8192M:\ > :openfiles=65536:\ > :tc=daemon: > Do you see any other hint ?
It's hard to tell from your typing ("login.confopensearch:\") but the entries should be in /etc/login.conf.d/opensearch (login.conf.d takes priority over same-named entries in /etc/login.conf), also your email has a bunch of UTF-8 characters in it, so also make sure that you don't have those present in the file (check for strange sequences in "cat -v /etc/login.conf.d/opensearch"). -- Please keep replies on the mailing list.