наткнулся на интересный, а может и нет, совет по ограничению потребления хромом памяти. Кто что скажет? Вроде работает, но я тестировал на вивальди, может там и сами уже нахимичили. У себя ограничил до 1 гб
Кто не в курсе после добавления новых юнитов надо делать sudo systemctl daemon-reload
Not exactly performance, but I make a ~/.config/systemd/user/chrome.slice with this in it on desktops using systemd:
[Slice]
MemoryHigh=2G
MemoryMax=2.5G
and then modify the Chrome .desktop file and change the Exec line to be:
/usr/bin/systemd-run --user --slice chrome.slice /usr/bin/google-chrome-stable %U
This limits the amount of memory that Chrome can use, and the technique works for other applications as well, obviously.
If Chrome wants to be bad and eat my memory, I can just tell it that it has less memory to work with.
https://www.reddit.com/r/linux/comments/17xeul1/what_is_your_favorite_linux_tweak_to_improve/
Перемещено hobbit из general