MySQL Forums
Forum List  »  InnoDB

Re: mysql 8.0.27 went crash
Posted by: Peter Brawley
Date: April 20, 2022 10:19AM

> The OS I used is Windows Server,it might be no the concept of the swap file.

I'm pretty sure it has virtual memory, uses a pagefile.

Your MySQL instance is configured to use ~93GB. You have 32GB. It swaps, slows down, eventually fails.

You have ~142GB of data & indexes. To guarantee everything is done in RAM you'd need something like that much RAM.

At the very least, I ween, you need more RAM and you need to optimise greedy queries. Consider running the "Optimisation cheatsheet" at https://www.artfulsoftware.com/infotree/mysqltips.php, posting the result here inside BBCode code tags.

Options: ReplyQuote


Subject
Views
Written By
Posted
2672
y y
April 19, 2022 07:09PM
755
April 19, 2022 10:58PM
700
y y
April 20, 2022 01:41AM
604
y y
April 20, 2022 01:50AM
Re: mysql 8.0.27 went crash
695
April 20, 2022 10:19AM
669
y y
April 20, 2022 06:20PM
605
April 20, 2022 06:53PM
578
y y
April 23, 2022 06:52PM
652
April 25, 2022 12:22AM
628
April 25, 2022 05:50AM
669
April 25, 2022 09:48AM
642
y y
April 25, 2022 08:36PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.