.net windows service using alot of Paged pool

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?UkY=?=

    .net windows service using alot of Paged pool

    Hi

    We have a windows service implemented in C# that will call some legacy VB6
    COM objects. This is a memory intensive application that will create alot of
    objects but looking at the memory and virtual memory footprint it will remain
    under the 70meg level. On the other hand the Paged pool will keep going up
    and up. What would be the cause of this?
Working...