Here is temporary workaround (at least for the RT-AX89X issue that started today), that will prevent the router from constantly running out of memory and crashing.
You should all still open a support case with Asus, to make sure they are aware this is a massive issue, and fix it ASAP.
Connect to the router via telnet/ssh, and run this command:
Code:
kill -SIGSTOP $(ps | grep '[a]sd$' | awk '{print $1}')
You can check if the issue has been resolved by looking at /jffs/asd.log, and checking if it's being written to and rotating very quickly - I'm seeing between 100-300KB/s of writes to it when the asd process is not halted.