You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on an embedded Linux project targeting the i.MX8M Mini (i.MX8MM) platform with 1GB of RAM, using Wayland/Weston as the compositor and WPE WebKit + Cog as the browser stack. While performance overall is reasonable, I’ve been observing unexpectedly high memory usage, which seems problematic for a device with constrained RAM.
Here’s a snapshot of memory usage after launching Cog with a basic web app:
That’s ~76% of total RAM used, leaving just ~70MB free. The CMA also appears heavily utilized (most of the 320MB is used), which might point to GPU or video-related usage, but that’s not clear yet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everbody,
I'm currently working on an embedded Linux project targeting the i.MX8M Mini (i.MX8MM) platform with 1GB of RAM, using Wayland/Weston as the compositor and WPE WebKit + Cog as the browser stack. While performance overall is reasonable, I’ve been observing unexpectedly high memory usage, which seems problematic for a device with constrained RAM.
Here’s a snapshot of memory usage after launching Cog with a basic web app:
That’s ~76% of total RAM used, leaving just ~70MB free. The CMA also appears heavily utilized (most of the 320MB is used), which might point to GPU or video-related usage, but that’s not clear yet.
System Setup:
I’ve added the following to my image install:
And I'm using the FDO backend for WPE:
Running on top of Wayland with Weston.
What I’m Trying to Understand:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions