HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cosarara

no profile record

コメント

cosarara
·4 か月前·議論
My first idea would be to generate one of those heatmaps using RYS as the base model. And see if it gets meaningfully better. And then again!
cosarara
·8 か月前·議論
You can use IgnorePkg in pacman.conf. Things might break, but the feature exists.
cosarara
·10 か月前·議論
> Compared to the $8,000 Framework Cluster I benchmarked last month, this cluster is about 4 times faster:

Slower. 4 times slower.
cosarara
·7 年前·議論
In my experience, exFAT gets corrupted constantly, and then on linux you don't have a proper fsck for it.
cosarara
·7 年前·議論
Maybe there's a better way than this, but the same way earlyoom decides it's time to kill processes (% RAM usage) firefox would decide it's time to free cache. While using the 100% of RAM might be the optimal state if you aren't going to use more than that, it's not safe.
cosarara
·7 年前·議論
Any userspace process can see how low the memory is though, firefox could do it itself. Still, if a notification system is already used in other OSes, a very easy solution would be to add such notification channel in userspace so that any process could ask firefox to free memory. Right now I am using earlyoom to save my system from freezing. It sometimes kills firefox, sometimes dbeaver, sometims VMs. But if it could tell firefox to chill for a bit and free memory, then I could avoid the massacre (at least sometimes).
cosarara
·7 年前·議論
Maybe the browser should try to discard some cached data when the system is out of memory. Then some things in the browser would be slower, but the operating system wouldn't hang.