Intermittent unavailability

Okay, investigation completed.

The error was [ERROR] mysqld: The table 'xf_session_activity' is full

xf_session_activity' is a MEMORY table used to keep track of activity within active user sessions. Old data is pruned out every hour. Its size is limited by server free memory, and if too many users are online it might run out.

I will see if the issue occurs again, if it does I'll change it to a disk based table so it can get larger if needed. Disk is SSD, so it shouldn't slow things down appreciably.
 
Yes, does seem a little - snappier. Now while you're at it, can you fix the Aviation Leak site? ;)
It loads slower than molasses stored in liquid Helium.
 

Similar threads

Back
Top Bottom