genode/libports/src
Christian Prochaska 7008013625 Qt5: decrease memory amount needed for QtQWebkit
On 64-bit platforms Qt's JavaScript engine tries to reserve 1GiB of
virtual memory via 'mmap()', to be backed by physical memory on demand.
Genode's 'mmap()' implementation currently does not support on-demand
allocation of physical memory and tries to allocate the whole amount at
once, which is usually far more than needed.

With this patch, the amount to be reserved gets decreased to 32MiB.

Fixes #1041.
2014-02-03 11:37:47 +01:00
..
app Qt5: enable QML support 2013-11-28 08:22:24 +01:00
drivers/framebuffer/vesa vesa: explicitly request VBE 2.0 information 2013-12-09 10:49:16 +01:00
lib Qt5: decrease memory amount needed for QtQWebkit 2014-02-03 11:37:47 +01:00
server add sync implementation to various fs servers 2013-12-20 15:20:10 +01:00
test libports: add fuse-ext2 2013-11-26 16:50:52 +01:00