Thank you very much for your answer! I put " ps -axo rss,cmd | grep chrome | awk '{ total += $1; } END { printf("Total %.2f GB\n", total/1048576)}' " And it returned: " Total 4,23 GB " But my Laptop has 8 Gb RAM. Maybe I need to set something up? -- З повагою, Павло Проценко вт, 23 лист. 2021 о 04:40 Daniel van Vugt