1
Hardware / Re: AM4 and 570 chips sets
« on: March 19, 2023, 10:30:09 pm »
Be interesting to try v5.1 on that box when it finally gets released, though not good news if Linux won't install. What was the problem with Linux?
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
ls *.db | while read filename;
do sqlite3 $filename 'PRAGMA journal_mode=WAL;';
done;
And unwal.sh to turn it off,ls *.db | while read filename;
do sqlite3 $filename 'PRAGMA journal_mode=delete;';
done;
https://smedley.id.au/tmp/qt6webee-20230306.zip is built with -mno-avx - so there is no avx code present. Really interested to see if this solves anything(Or makes anything worse)
EDIT: Forgot to mention - the disk the Y: partition is on is an NVMe drive. Could that be the problem?
The dump volume may be on any fixed disk accessible by the system’s AHCI disk controller or by the BIOS. For ArcaOS 5.0.7 and later, the dump volume may be on the RAM disk. Dump files cannot be written to removable media such as USB flash drives. In most cases dump files cannot be written to NVME devices.
Dooble-qt6 is nw acting much as dooble-qt5. Did lock the computer once but generally commercials play, videos play for a few seconds and then stop. Dooble hangs on exit, and restarting, it will not load YouTube until I nuke the profile.
Getting better
Hopefully even better after we nuke more avx stuff....
I am seeing a website for a bookstore come up completely blank under dooble.
https://www.hexenduction.com/
This should show an entry field and a button.
The system ran out of memory wiht about 3k files to go. At some point I need to implement some logic in ninja to limit the number of processes based on free RAM - with 3 processes and complex c++ files, it's easy to exhaust 3+ GB of available RAM.