sqlschool.gr logo

articles

Articles of SQLschool.gr Team

When Min and Max Memory have the same value things are getting worse

Antonios Chatzipavlis
Sunday 20 June 2021

Το memory management αλλά και οι ρυθμίσεις για αυτό είναι από το περισσότερο σχολιασμένο θέμα στο SQL Server. Παρόλα αυτά όμως συνεχίζω να βλέπω στους διάφορους SQL Server που επισκέπτομαι ρυθμίσεις που κάνουν τα πράγματα χειρότερα από το να έχει αφήσει κάποιος τα defaults (που και αυτό δεν είναι σωστό).

Δεν προτίθεμαι να κάνω αναλυτική αναφορά για τις σωστές ρυθμίσεις στο άρθρο αυτό καθώς έχω αναφερθεί σε αυτά σε αρκετά άρθρα και videos στο SQLschool.gr, αλλά υπάρχει και το συγκεκριμένο άρθρο στο documentation.

Αυτό που θα επαναλάβω είναι ο απλούστερος γενικός κανόνας που χρησιμοποιούμε όλοι σαν πρώτη επιλογή και οποίος ορίζει

Note

Το max server memory σαν την διαφορά της φυσικής μνήμης αφαιρώντας 4GB ή το 10% αυτής (κρατάμε όποιο είναι το μεγαλύτερο) για το OS, και το min server memory να είναι το 40% της παραπάνω διαφοράς.

Φυσικά θα πρέπει να επισημάνω ότι αυτά πάντα αλλάζουν καθώς οι απαιτήσεις αλλάζουν και είναι υποχρέωση ενός DBA να παρακολουθεί την μνήμη του SQL Server και ανάλογα να πράττει.

Αυτό που όμως δεν πρέπει να γίνεται είναι αυτά τα δύο να έχουν την ίδια τιμή. Δεν ξέρω για ποιο λόγο κάποιοι το κάνουν αυτό αλλά αν το κάνουν θα πρέπει να το διορθώσουν καθώς αυτό κάνει τα πράγματα χειρότερα και αυτό ξεκάθαρα αναφέρεται στο παραπάνω άρθρο στο documentation.

If the same value is specified for both min server memory and max server memory, then once the memory allocated to the SQL Server Database Engine reaches that value, the SQL Server Database Engine stops dynamically freeing and acquiring memory for the buffer pool.

Official Microsoft documentation

Στην ουσία καταργείται η δυναμική συμπεριφορά διαχείρισης μνήμης που κάνει o SQL Server και την οποία την θέλουμε.

Note

Επίσης αν είναι ενεργοποιημένο το Lock Page in Memory θα έχουμε memory starvation και το non-bpool θα γίνεται paged ενώ αν δεν είναι το SQL Server working set θα γίνεται paged.

Αν έχετε απορίες για τι είναι τα non-bpool και working sets στο παραπάνω άρθρο θα βρείτε τις απαντήσεις.


Antonios Chatzipavlis

Antonios Chatzipavlis

Antonios Chatzipavlis

Antonios is a Data Solutions Consultant and Trainer. He has been working in IT since 1988. In his career, he has worked as senior developer, IT Manager, Solutions Architect and IT Consultant. Since 1995 he has been devoted on new technologies and software development tools, mainly by Microsoft, either by training company staff and colleagues or assisting them in design, development and implementation as a consultant or chief developer. He has focused in Databases and Data Science since 1995. He specialized in Microsoft SQL Server since version 6.0 in areas like SQL Server Internals, Database Design and Development, Business Intelligence and in 2010 he has started working with Azure Data Platform, NoSQL databases, Big Data Technologies and Machine Learning. He is an active member of many IT communities in Greece, answering colleagues' questions and writing articles in his web site. He is the owner of SQLschool.gr which is a community portal with a lot of information about Microsoft SQL Server. He has been a Microsoft Certified Trainer (MCT) since 2000. Microsoft honored him as MVP on Data Platform due to his activities in SQL Server since 2010. He holds a large number of Microsoft Certifications and Microsoft SQL Server Certifications since version 6.5.

Episode

First look: SQL Database in Microsoft Fabric

image

More Episodes...

Tip

What's New in SQL Server 2022 - Episodes

More Tips...

Become a member

If you want to receive updates from us become a member to our community.

Connect

Explore

Learn


sqlschool.gr © 2010-2024 All rights reserved

This site uses cookies for operational and analytics purposes only. By continuing to browse this site, you agree to their use.