[Webkit-unassigned] [Bug 32281] [Gtk] gstreamer can't allocate memory and can't create thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 8 03:07:23 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=32281


Benjamin Otte <otte at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org




--- Comment #2 from Benjamin Otte <otte at gnome.org>  2010-02-08 03:07:22 PST ---
I've learned from Lennart that every Pulse client creates a 64MB shared memory
region to hand out to all the streams that use Pulse. GStreamer opens one
client per Pulsesink. Some limit on shared memory - in particular on 32bit
machines - is 1GB.
You do the math. :)

No idea about the proper way to solve this. The easiest thing (if the API
allows it) would probably be to reduce the shm size of the Pulse client inside
GStreamer since we know it'll only get one stream.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list