Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
TimTheMiles Posted January 12, 2020 Posted January 12, 2020 Hello IPS Users, So our Core_Sessions Table is around 1.57 GB and keeps causing our Database to Crash. Do you all know of a way we could go about fixing this? I did some research and apparently there is a way to truncate? Hope to hear from you all
bfarber Posted January 13, 2020 Posted January 13, 2020 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.