Jump to content

Core_Sessions Crashing Database


TimTheMiles

Recommended Posts

That table should be nowhere near 1.57GB. It holds the current active sessions - even on the largest sites, that size isn't really possible unless you have other server configuration issues going on.

I would recommend restoring the default PHP configuration for session handling (specifically the garbage collection-related settings) if you've adjusted them. Beyond that, you can truncate the table by running

TRUNCATE TABLE core_sessions

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...