cancel
Showing results for 
Search instead for 
Did you mean: 

Redwood Agent consuming high storage space

Former Member
0 Kudos

Hi ,

I encounter an issue where by an redwood agent installed in the unix server for less than 6 months but already taking up to 40GB of storage space, is this something normal or something have went wrong ? Anyone having similar experience before?

Regards,

Chris

Accepted Solutions (0)

Answers (2)

Answers (2)

asif_muhammad
Explorer
0 Kudos

Hi,

Ideally agent must not consume this much of memory, it seems there is something wrong in your environment,

*check how many jobs running per day on this platform agent

*If old job logs are not required then maintain keep clause on job logs to automatically delete old job logs

*Check if trace is activated on any of cps components, as the trace will grow more quickly when debugging is activated,or a catastrophic failure occurs .

*check what are the largest files inside agent folder, following is ommand to find files with size more than 1000000bytes,

# find /usr/sap/redwood/agent -xdev -type f -size +1000000c -exec ls -lrh {} \;

analyse top most files what they contain and take actions accordingly to free the space.

*try to restart platformagent once.

KR

Muhammad Asif.

gmblom
Active Contributor
0 Kudos

Hello,

Have you done any research on where the storage is being taken? Is it in job output files (are you performing any retention on jobs), is it in trace files? Somewhere else?

Regards Gerben