Hi @Carlos D,
Based on the information you provided, it seems like there is an issue with configuring the server memory.
As all we know, in older versions of SQL Server, memory utilization was virtually uncapped, indicating to SQL Server that all system memory was available for use. Since SQL Server 2019(15.x), SQL Setup in Window servers provides a recommendation for the max server memory for a standalone SQL Server instance based on a percentage of available system memory at the time of installation.
So I think you may have configured your server memory during you upgraded SQL Server 2019 Enterprise. Please right-click a server and select Properties, select the Memory page of the Server Properties window to check the maximum server memory. Hope this article can help you understand well. Server memory configuration options - SQL Server | Microsoft Learn .
Please feel free to share with us here if you have other questions.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.