Re: increase user memory limits (staff group)

2019-02-11 Thread Riccardo Mottola
Hi Solene! Solene Rapenne wrote: The names in login.conf are classes, this is not related to groups. You can find in which class your user by looking at the 5th field of your username in /etc/master.passwd. You can use the following command: $ doas awk -F':' '/^YOUR_USER/ { print $5 }'

Re: increase user memory limits (staff group)

2019-02-11 Thread Solene Rapenne
On Mon, Feb 11, 2019 at 12:09:56PM +0100, Riccardo Mottola wrote: > Hi all, > > I need to compile certain big softare and want to do this as > user, I am hitting memory limits, e.g: > > ./../js/src/libjs_static.a: could not read symbols: Memory exhausted > > I read in various post and man

increase user memory limits (staff group)

2019-02-11 Thread Riccardo Mottola
Hi all, I need to compile certain big softare and want to do this as user, I am hitting memory limits, e.g: ../../js/src/libjs_static.a: could not read symbols: Memory exhausted I read in various post and man pages, but am a little confused. First thing, I added my user to the "staff"