We are using SP2019 On-Premise with two-tier architecture, Application Tier and DB Tier. We just did a fresh installation with the basic configuration for SP services and applications and everything works fine on the Application server
However, the DB server is giving this error with regard to server memory:
There is insufficient memory in resource pool 'internal to run this query
We executed the following queries:
sys.dm_os_process_memory
sp_readerrorlog
Our server specs is as follows:
I don't think that really SP needs more than the allocated RAM but I believe it is a configuration issue. Also, it might be a problem occurring from the running app services such as User Profiles and other SP default app services.
As David mentioned, it was because of CU.
Although I installed multiple CUs after installation, the KB5024276
seems to be the one solving the problem.
Thanks.