3

I'm viewing web.whatsapp.com in Opera on Linux. Every few hours I get the following message:

Error message

I have more than enough disk space, and the usage is only about 50MB:

Storage usage

My web searching shows no resolution. If I ignore the message and reload the page, everything works fine again (for a while).

How can I get rid of this message permanently?

Tom Hale
  • 2,708

1 Answers1

1

I just had this error message, and I asked Meta AI what this means, because I have at least 10GB of free disk space available. It told me that it's actually talking about RAM.

When WhatsApp Web displays this message, it's likely talking about the amount of RAM available on your computer, not disk space

total used free shared buff/cache available
Mem: 31861 26054 2488 1816 5594 5806
Swap: 975 973 2

There's quite a lot of RAM available, but I had run out of swap.

It seems like my system had been fairly tolerant of RAM exhaustion and swapping (it quietly fixed it while I was using it), whereas WhatsApp Web logged out.

(I could have tested to see if WhatsApp Web was just being sensitive to a full swap by trying to log in again at that point, but I didn't think of this at the time)

I moved the contents of swap to main memory

sudo swapoff -a; sudo swapon -a (Linux)

and WhatsApp Web then allowed me to log back on.