On Mon, 2025-05-26 at 03:47 +0200, LWS wrote: > Il giorno lun 26 mag 2025 alle ore 03:31 Sylvain Saboua > <[email protected]> ha scritto: > > On May 26, 2025 2:17:05 AM GMT+02:00, LWS <[email protected]> > > wrote: > > > > > > My "id" is this: > > > uid=1000(my_user) gid=1000(my_user) groups=1000(my_user), > > > 0(wheel), 20(staff) > > > > > > and the following is staff on login.conf > > > staff:\ > > > :datasize-cur=1536M:\ > > > :datasize-max=infinity:\
Your datasize-cur of 1.5G might be too limiting for a browser usage. Either increase that at the /etc/login.conf or better invoke ulimit -d followed by the desired memory amount in kilobytes in the same shell where where starting the browser application. Depends on your desktop setup on how to do this, but I have handled this by copying installed /usr/local/share/applications/firefox.desktop over to my user's ~/.local/share/applications/firefox.desktop and changed the Exec line to something like this: Exec=ulimit -d 4194304; firefox %u Kind regards -- Reinis Martinsons

