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
2530
y y
April 19, 2022 07:09PM
716
April 19, 2022 10:58PM
676
y y
April 20, 2022 01:41AM
585
y y
April 20, 2022 01:50AM
Re: mysql 8.0.27 went crash
674
April 20, 2022 10:19AM
636
y y
April 20, 2022 06:20PM
581
April 20, 2022 06:53PM
562
y y
April 23, 2022 06:52PM
618
April 25, 2022 12:22AM
604
April 25, 2022 05:50AM
649
April 25, 2022 09:48AM
615
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.