Select to view content in your preferred language

Different out of memory log messages?

4274
0
12-11-2014 06:45 AM
MarkusSchenardi
Occasional Contributor

Does anyone have more precise information about the meaning of the following different out of memory logs.

ArcGIS Server 10.2.2 (on Windows Server 2008R2).

Geodatabase error: Out of server memory

<Msg time='2014-10-23T10:48:17,48' type='SEVERE' code='10837' target='servicename.MapServer' methodName='MapServer.Query' machine='abc' process='24220' thread='19288' user='anonymous' >Geodatabase error: Out of server memory [scheme.layername].</Msg>

Out of client memory

<Msg time='2014-12-10T10:50:16,422' type='SEVERE' code='103800' target='servicename.MapServer' methodName='DrawGraphicCursor.NextGraphic' machine='abc' process='32624' thread='30964' user='anonymous' >There is an error during the draw abc (1.) Out of client memory.</Msg>

<Msg time='2014-12-10T10:50:16,423' type='SEVERE' code='103800' target='servicename.MapServer' methodName='DrawVectorLayer.DrawGraphics' machine='abc' process='32624' thread='30964' user='anonymous' >There is an error drawing layer:  abc</Msg>

Out of server memory

<Msg time='2014-12-10T10:56:34,672' type='SEVERE' code='103800' target='servicename.MapServer' methodName='DrawGraphicCursor.NextGraphic' machine='abc' process='32624' thread='30964' user='anonymous' >There is an error during the draw abc (1.) Out of server memory [scheme,(2.) layername].</Msg>

<Msg time='2014-12-10T10:56:34,673' type='SEVERE' code='103800' target='servicename.MapServer' methodName='DrawVectorLayer.DrawGraphics' machine='abc' process='32624' thread='30964' user='anonymous' >There is an error drawing layer:  Gabc</Msg>

In addition we have a windows event log that says: "Windows successfully diagnosed a low virtual memory condition." One of the programs consuming the most memory is javaw.exe.

We hopefully solved the problem be increasing the windows pagefile (virtual memory) too at least the size of the RAM.

But: does anyone know the exact meaning/difference of the out of memory messages?

0 Kudos
0 Replies