In the message #14, top shows that root is running thunar, is that normal?
IIRC some file managers let open a choosen directory with administrative privileges (aka as root). Maybe that's the case here?Why is it running as root?
In the message #14, top shows that root is running thunar, is that normal?
IIRC some file managers let open a choosen directory with administrative privileges (aka as root). Maybe that's the case here?Why is it running as root?
drm-515 was built for 13.X. drm-61 was built for 14-CURRENT, now 14.X.I can't use drm-61 shipped with the 14.2-RELEASE ; my monitor does not turn on. It does not work.
I don't want to use 13.4. I would like that you fix the problem with the drm-61 on 14.2. thanks.
That rule is very obsolete, if it ever was valid.
On FreeBSD a good rule is just RAM + a little extra so that you can save any kernel core dump.
Otherwise it depends on what you are doing with your system. A good reason to have at least a little bit of swap is that you can use it to figure out when you are running out of RAM.
drm-515 was built for 13.X. drm-61 was built for 14-CURRENT, now 14.X.
Open a PR if your monitor doesn't work with drm-61.
This is because packages are built for the lowest supported version. 14.1 is still supported and as such the package is distributed for it, not 14.2. This should fix itself when 14.1 is desupported and packages are rebuilt for 14.2.In the while I fixed that problem,by compiling the module from the ports. Instead,it does not work if it is installed from packages.
This is probably because drm-61 package is built against 14.1. You need to built it by yourself for 14.2.I can't use drm-61 shipped with the 14.2-RELEASE ; my monitor does not turn on. It does not work.
This screenie clearly says you have too many
firefox
processes out there... A commonly overlooked offender of low RAM is frankly having a lot of tabs open in Firefox. This thread mentioned that VMs were a suspect for low RAM - but I see just 2 VMs. Did you know that Discord.com, in just one Firefox tab, can eat up to 2 GB of RAM, easy? There's lots of other sites that force a browser to use a ton of RAM: espn.com comes to mind, and news sites.3) not sure about firefox : I keep open only two firefox applications with 6 tabs each one not in the vm,but on the host. I'm not sure that these tabs only can eat all the cpu's power.
[marietto@marietto ~]==> ps ax | grep firefox
5509 v0 S 1:00.63 firefox
5515 v0 I 0:00.04 /usr/local/lib/firefox/firefox -contentproc -appDir /usr/local/lib/firefox/brows
5516 v0 S 0:00.70 /usr/local/lib/firefox/firefox -contentproc 2 tab
5517 v0 I 0:01.76 /usr/local/lib/firefox/firefox -contentproc -appDir /usr/local/lib/firefox/brows
5519 v0 I 0:00.16 /usr/local/lib/firefox/firefox -contentproc -appDir /usr/local/lib/firefox/brows
5521 v0 S 0:14.98 /usr/local/lib/firefox/firefox -contentproc 7 tab
5524 v0 S 0:44.46 /usr/local/lib/firefox/firefox -contentproc 10 tab
5538 v0 S 0:00.11 /usr/local/lib/firefox/firefox -contentproc 17 tab
5558 v0 S 0:00.08 /usr/local/lib/firefox/firefox -contentproc 18 tab
5570 v0 S 0:00.07 /usr/local/lib/firefox/firefox -contentproc 19 tab
5572 v0 S 0:00.56 /usr/local/lib/firefox/firefox -contentproc 21 tab
[marietto@marietto ~]==> firefox --version
Mozilla Firefox 134.0
on :
[marietto@marietto ~]==> uname -a
FreeBSD marietto 14.2-RELEASE FreeBSD 14.2-RELEASE #0 releng/14.2-n269506-c8918d6c7412-dirty: Fri Dec 20 23:41:14 CET 2024 marietto@marietto:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
Yeah, browser crashes are what gave me the push to ditch pre-compiled pkg and switch to ports, even for Firefox. And these days, it takes less than 3 hours to compile, esp. with 32 GB of RAM.