August 28, 2017 at 1:54 pm
I have Sql Server 2016 running on windows server 2016 (Microsoft SQL Server 2016 (SP1-CU3) (KB4019916) - 13.0.4435.0 (X64) Enterprise Edition (64-bit) on Windows Server 2016 Datacenter 6.3 <X64> (Build 14393: ) (Hypervisor)
)
Server is under large number of concurrent connections and transactions (about 3000 )
When the number of connections is close to 3000, Sql is no longer able to open a new connection
But the connections that are already open are working fine!
Cpu utilization is about 85%
Max connection is set to 0
What should I do ?
August 29, 2017 at 11:38 am
Each and every connection required some memory allocation, Check for available free memory.
August 29, 2017 at 11:54 pm
Can you post the exact error screen shot.
Regards
Durai Nagarajan
August 30, 2017 at 5:41 am
Hi,
if you got these kind of error:
Logon,Unknown,SQL Server failed with error code 0xc0000000 to spawn a thread to process a new login or connection
Just give the os more memory, and less to the sql server.
You can select your possibility to create new connections/thread:
SELECT
*
FROM
sys.dm_os_nodes
Watch for "THREAD_RESOURCES_LOW: No new threads can be created on this node because of a low-memory condition."
Kind regards,
Andreas
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy