Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 23 |
Nodes: | 6 (0 / 6) |
Uptime: | 54:45:02 |
Calls: | 583 |
Files: | 1,139 |
D/L today: |
179 files (27,921K bytes) |
Messages: | 111,801 |
Just for amusement I've been trying to run the chromium browser on a
Pi2. Obviously, it's slow, but it looks like the cpu isn't busy at all, mostly idle with a few percent for system processes.
Right now it's stuck loading a page from the New York Times website. The
Pi2 itself is responsive, but the chromium window seems totally stuck.
Anybody else seeing this? I expected it to perform badly, but not this
badly.
I'm using the "universal" image of bookworm. Is an older image likely to
be better?
Thanks for reading,
bob prohaska
Just for amusement I've been trying to run the chromium browser
on a Pi2. Obviously, it's slow, but it looks like the cpu isn't
busy at all, mostly idle with a few percent for system processes.
Right now it's stuck loading a page from the New York Times
website. The Pi2 itself is responsive, but the chromium window
seems totally stuck.
The odd thing is that I ran Firefox on x86 with 512MB RAM a
couple of years ago and it wasn't nearly as bad.
On 10/07/2025 00:02, Computer Nerd Kev wrote:webkit webprocess is over 1GB on this machine now. Firefox process
The odd thing is that I ran Firefox on x86 with 512MB RAM a
couple of years ago and it wasn't nearly as bad.
Have a look at the size of the executable "then" (which is more likely
to be 20 to 25 years ago) and now, and you'll see why a 512M Zero 2
doesn't stand a chance.
---druck
On 10/07/2025 00:02, Computer Nerd Kev wrote:
The odd thing is that I ran Firefox on x86 with 512MB RAM a
couple of years ago and it wasn't nearly as bad.
Have a look at the size of the executable "then" (which is more likely
to be 20 to 25 years ago)
and now, and you'll see why a 512M Zero 2 doesn't stand a chance.
druck <news@druck.org.uk> wrote:
On 10/07/2025 00:02, Computer Nerd Kev wrote:
The odd thing is that I ran Firefox on x86 with 512MB RAM a
couple of years ago and it wasn't nearly as bad.
Have a look at the size of the executable "then" (which is more likely
to be 20 to 25 years ago)
No it really was only two or maybe three years ago and Firefox
wasn't that much bigger then.
and now, and you'll see why a 512M Zero 2 doesn't stand a chance.
The Executable still fits easily in 512MB RAM, for some reason it
tries to allocate lots more RAM after starting and displaying the
browser window (which seems to work fine for a few seconds before
it stalls).
It seems the RAM usage increased when they started using multiple
processes:
https://erahm.org/2016/02/11/memory-usage-of-firefox-with-e10s-enabled/
Maybe on the single-core x86 PC it creates fewer processes and
therefore uses less RAM than the quad-core Pi Zero 2? The methods
of turning off Firefox's multi-process mode don't seem to work
anymore. That also shows how the 64bit builds use significantly
more RAM, which will hurt the 64bit RPi Zero 2 but not the 32bit
RPi 2.
It seems the RAM usage increased when they started using multiple
processes ...
There is also the issue that many modern websites are running memory
gobbling Javascript implementations
druck <news@druck.org.uk> wrote:
and now, and you'll see why a 512M Zero 2 doesn't stand a chance.
The Executable still fits easily in 512MB RAM, for some reason it
tries to allocate lots more RAM after starting and displaying the
browser window (which seems to work fine for a few seconds before
it stalls).
Weirdly the User-Agent header it sends out says x86_64 though it says
AARCH64 within the browser. Seems it's unwise to be honest about using
ARM when talking to some web servers ...