To find out Google Chrome’s total (quite heavy) memory usage in Fedora u can use this command on the terminal
ps axv | grep chrome | awk '{sum+=$9} END {print sum}'
It basically sums up memory usage (in percent), filters and adds using awk to display final result as something like this 11.8