thaihugo
thaihugo
Yes, I understand perfectly. I was just hoping, as zswap had the same behaviour, and the game would work perfectly (but slow) on using paged memory that it would be...
I'm using this exact setup for years with excelent performance thanks to the wifi AC chip of the 3b+. I use an external usb wifi to connect to the access...
This is the create_ap conf with optimisations. The dns and dnsmasq are pihole, so not from create_ap, and this one uses wifi AC. Haveged is consuming too much cpu, and...
[create_ap.txt](https://github.com/MichaIng/DietPi/files/3345748/create_ap.txt) This is the create_ap modified with bad scripting to put the rest of the parameters for the wifi. This part is important: if [[ $IEEE80211AC -eq 1 ]]; then...
@MichaIng I understand your problem, and I'll be happy to monitor this and report any fine tuning on the #2806. The Haveged service overuse is more because of a constant...
Yes the script is a good starting point, but is too big where not needed and too small on important points. If people want to use the same script before...
This probably a bug with 16K pages. If you use the kernel=kernel8.img in the /boot/firmware/config.txt (the one that is actually used on the RPI4) it willl work because this is...
Officially, it would be around 10% performance lost approximately. But from my experience, you can't really fell the difference if you are not maxing a CPU with an heavyweight app...
> I don't have access to a system to replicate confirm the fix / replicate this issue but I believe it is related to `upx` and [this issue](https://github.com/upx/upx/issues/254). I've upgraded...
Looking more deeply into the problem, I can see this two different links are converted differently: (Test link)[Web.Bookmark.md] [[Web.Bookmark.md]] The first one gives a 404 error if it is not...