Re: getting domain info list: Cannot allocate memory

From: ASOU Masato <takeasou.masato_at_gmail.com>
Date: Tue, 26 Dec 2023 05:33:50 UTC
I was ran cap_mkdb /etc/login.conf and memorylocked was modified.

$ limits -l
Resource limits (current):
  memorylocked              128 kB

Thank you!
--
ASOU Masato

2023年12月22日(金) 6:59 Marcin Cieslak <saper@saper.info>:
>
> On Fri, 22 Dec 2023, ASOU Masato wrote:
>
> >> You might want to edit /etc/login.conf and set memorylocked to a more
> >> suitable value (unlimited?) for the user you plan to execute xl from.
> >
> > I changed the memorylocked and logged in again, but the memorylockd
> > did not change.
> > Am I doing something wrong?
> >
> > $ sudo vi login.conf
>
> You need "cap_mkdb /etc/login.conf" after this.
>
> Marcin