Earlier quoted context omitted.
I'm running Firefox 73 on my BeagleBoard-X15 (Cortex-A15). Ubuntu 18.04. $ dpkg -l | grep firefox ii firefox 73.0.1+build1-0ubuntu0.18.04.1 armhf Safe and easy web browser from Mozilla
So that's why it's showing up with 59 being the latest versions from the distro for arm/arm64? https://packages.ubuntu.com/bionic/web/firefox
64 bit OS Raspberry Pi4 Benchmarks
101–104 of 104 posts
Re: 64 bit OS Raspberry Pi4 Benchmarks
#102One of the things that I find great about Raspbian is that the boot files are stored on a FAT32 partition which is readable from any OS, and there are some nice considerations for headless setups: drop in a wpa_supplicant.conf to configure Wi-Fi, `touch ssh` to get OpenSSH enabled at next boot. Do any of the alternative OSes, like Ubuntu, offer this?
The requirement of multiple partitions, with different filesystem types causes a lot of needless complication in the configuration and boot process.
Re: 64 bit OS Raspberry Pi4 Benchmarks
#103One of the things that I find great about Raspbian is that the boot files are stored on a FAT32 partition which is readable from any OS, and there are some nice considerations for headless setups: drop in a wpa_supplicant.conf to configure Wi-Fi, `touch ssh` to get OpenSSH enabled at next boot. Do any of the alternative OSes, like Ubuntu, offer this?
Re: 64 bit OS Raspberry Pi4 Benchmarks
#104Earlier quoted context omitted.
I wonder if using zram or zswap can help "eat" those overly long pointers in RAM via compression ?
I've never understood why zswap decompresses the pages before writing them out to disk. Disk IO is the slowest part of the whole chain, you've already paid to compress the data, why on earth would you throw that away AND use up more disk IO?
Or quite possibly no one implemented it just yet & writing uncompressed pages is transparently compatible with what normal swapping does.