Created attachment 191648 [details] patch Thanks to the solution suggested by Dmitri Goutnik's in this comment https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212812#c55 , chromium can be run without hanging now. Please apply the patch adding the description to pkg-message.
Comment on attachment 191648 [details] patch Approved!
I'll test it one more day to make sure it fixes the problem at times of high load. So far it appears like it does fix it.
(In reply to Yuri Victorovich from comment #2) OK, feel free to commit the patch. Thanks
A commit references this bug: Author: yuri Date: Tue Mar 20 02:46:16 UTC 2018 New revision: 465058 URL: https://svnweb.freebsd.org/changeset/ports/465058 Log: www/chromium: Workaround description for the hanging tabs problem Thanks to the solution suggested by Dmitri Goutnik, I am amending pkg-message with the workaround for the hanging tabs problem. Putting ~/.cache/chromium on memory-fs solved the problem for me. Now chromium doesn't hang even on a heavily loaded machine. PR: 226793 Reported by: Dmitri Goutnik <dg@syrec.org> Approved by: Carlos J. Puga Medina <cpm@freebsd.org> (maintainer) Changes: head/www/chromium/Makefile head/www/chromium/pkg-message
Committed.