Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15889

SQL Server 2005 sp4, Insufficient system memory to run this query

$
0
0

Hi friends,

My sql server 2005 has been encountering a problem for quite some time.

It keeps printing "Insufficient system memory to run this query".

This happens every 11 days. Four server programs are running on the server to connect to the database, and 3 jobs have been assigned in the agent(to backup and delete .bak files, and move data from one table to another)

I've looked up the web for this error and have tried the following to free memory,

dbcc freesystemcache('All')
dbcc dropcleanbuffers
dbcc freeproccache
dbcc freesessioncache

but the error is still happening.

The Server is running on Windows 2008 64bit, 12GB of RAM(6GB of paging), and SQL Server 2005 SP4 32bit.

The following is from 'sys.dm_os_memory_objects', first one ordered by multi_pages_kb, and second by single_pages_kb. The colored parts doesn't seem to be good.. I think..

It would be grateful for any advice, please.

order by multi

typenamememory_node_idsingle_pages_kbmulti_pages_kbvirtual_memory_reserved_kbvirtual_memory_committed_kb
MEMORYCLERK_SOSNODESOS_Node014824573600
MEMORYCLERK_SOSNODESOS_Node08280000
MEMORYCLERK_SQLGENERALDefault018680152000
MEMORYCLERK_SQLBUFFERPOOLDefault0088036399683639968
MEMORYCLERK_SQLSTORENGDefault01244832026242624
MEMORYCLERK_SQLSERVICEBROKERDefault06419200
MEMORYCLERK_SQLOPTIMIZERDefault02407200
MEMORYCLERK_SNIDefault011201600
MEMORYCLERK_SNIDefault001600
CACHESTORE_OBJCPObject Plans034561600
CACHESTORE_STACKFRAMESSOS_StackFramesStore00800
OBJECTSTORE_SNI_PACKETSNIPacket00800
OBJECTSTORE_SNI_PACKETSNIPacket00800
OBJECTSTORE_SNI_PACKETSNIPacket00800
OBJECTSTORE_SNI_PACKETSNIPacket00800

order by single

CACHESTORE_SQLCPSQL Plans01436296000
MEMORYCLERK_SQLGENERALDefault022344152000
OBJECTSTORE_SNI_PACKETSNIPacket020712800
MEMORYCLERK_SOSNODESOS_Node016344573600
MEMORYCLERK_SQLSTORENGDefault01244832026242624
USERSTORE_SCHEMAMGRSchemaMgr Store08048000
MEMORYCLERK_SQLCONNECTIONPOOLDefault06896000
CACHESTORE_OBJCPObject Plans034561600
CACHESTORE_PHDRBound Trees02896000
OBJECTSTORE_LOCK_MANAGERLock Manager : Node 00140801638416384
MEMORYCLERK_SNIDefault011201600
USERSTORE_TOKENPERMTokenAndPermUserStore0672000
USERSTORE_DBMETADATADaiso0464000
MEMORYCLERK_SQLOPTIMIZERDefault02407200
OBJECTSTORE_SNI_PACKETSNIPacket0224800


Viewing all articles
Browse latest Browse all 15889

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>