A
A
Alexander Arbuzov2020-12-15 16:49:29
linux
Alexander Arbuzov, 2020-12-15 16:49:29

What does chrome read from disk so it hangs the system?

kubuntu system 20.04
When chrome starts up, read disk activity exceeds >400 Mb/s and hangs the system tightly. Folders ~/.config/google-chrome and ~/.cache/google-chrome I moved to tmpfs

tmpfs /home/arbuzzz/.chrome/ramdisk tmpfs noatime,nodiratime,nodev,nosuid,uid=1000,gid=1000,mode=0700,size=1024M

5fd8be3fe69a7831424190.jpeg
5fd8be8f99a65525656197.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
SOTVM, 2020-12-15
@sotvm

turn off caching in chrome
forget about chrome (I only keep it as a backup browser)
5fd8d10a536ad614543010.gif

Алексей, 2017-01-13
@Palych_tw

foreach ($children as $key => $child) {
    $children[$key]['href'] = $this->url->link('product/category', 'path='.
    $this->request->get['path'].'_'.$child['category_id'].$url);
}

или так
foreach ($children as &$child) {
    $child['href'] = $this->url->link('product/category', 'path='.
    $this->request->get['path'].'_'.$child['category_id'].$url);
}

Описание оператора foreach

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question