Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

4623

March 3rd, 2011 23:00

Failed to alloc memory

I got this error...

any guide to solve it?

ERR   8979104.1029     20110304:005949     fwk.base.mempool - cpoolAllocMemory(): Failed to alloc memory of size 11534336: 12
FTL   8979104.1029     20110304:005949        fwk.base.cmem - chandleMallocFailure(): failed to allocate 10626564 bytes of memory

31 Posts

March 24th, 2011 10:00

The error means the collector did not have enough memory to run the Request and process it. You need to provide more memory or schedule the particular request outside the running of others.To discover which request, you can schedule each of them for a different period and then monitor memory usage or simply delete the requests one at a time. Collecting large amounts of data from large backup servers can result in this condition. You may wish to consider a proxy server for the collector where more free memory is available.

15 Posts

March 4th, 2011 00:00

also this error

WARN  7078384.1800     20110304:015144                clctr - agentWorker(): discarded data processing request tsm:volstatus on acsdaltsm1 due to shutdown
WARN  7405882.1        20110304:015353   fwk.ctrlr.procclnt - EstablishProcessConnection(): There is a time difference of 123 seconds between the clocks on this host and the server acsdalosswys01.americas.oneacs.com:3916. This may cause errors to occur.

March 4th, 2011 02:00

This is stating that the collector did not gather all data due to a shutdown - did you stop either the collector or application on the backup server?

March 4th, 2011 02:00

In the DPA GUI go to File > System Settings > processes tab, select the Reporter and amend the JVM Memory to a lower value and see if that resolves this problem.

15 Posts

March 6th, 2011 17:00

the collector shutdown automaticly.

No Events found!

Top