Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2020 05:27:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 244879] Does www/firefox on KDE have a memory leak?
Message-ID:  <bug-244879-21738-AS719OsSaP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244879-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244879-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244879

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 212485
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D212485
KSysMonitor Screenshot

Memory usage looks fine to me i.e., parent/main process tends to use more t=
han
child processes (web content, extensions, etc). mozjemalloc (a heavily modi=
fied
version of jemalloc) hasn't been ported to FreeBSD or any other BSD, so each
"firefox" process uses more memory than on Linux.

If you want to reduce memory usage at the cost of performance try starting =
like

  $ MALLOC_CONF=3D"narenas:1,tcache:false" firefox

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244879-21738-AS719OsSaP>