the quota for memory used by polling is exceeded

M

michelk

I've made a WMI provider to monitor HTTP web sites. The provider pushes the
results (as exit code , content) into a class Website with namespace
root/InfoSupport/HttpWmiProvider.

I've created a filter on the __instancecreationEvent event as : select *
from __instancecreationEvent within 1 where targetinstance ISA 'Website'

I've bound it to the Eventviewer consumer.

Now everything works good , but after a couple of minutes it stops working.
An the following message(s) is standing in the Wbemess log.

(Thu Nov 11 10:17:57 2004.68194538) : Aborting polling query 'select * from
Website' because the quota for memory used by polling is exceeded
(Thu Nov 11 10:17:57 2004.68194618) : Polling query 'select * from Website'
failed with error code 0x8004106C. Will retry at next polling interval
(Thu Nov 11 10:17:57 2004.68194668) : Polling query 'select * from Website'
failed on the first try with error code 0x8004106C.
Deactivating subscription
(Thu Nov 11 10:17:57 2004.68194728) : Failed to execute postponed operations
when completing initialization in namespace
//./root/InfoSupport/HttpWmiProvider. HR=0x8004106c

It seems that the reading of the website table is going to ask to much
memory . Are the any limits on this ? or has anybody an solution ???

Thanks for your time!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top