Disk Limit ed as status when patching

Anyone know what cause a status to say this? on a few of my BigFix Actions I get disk limite.d as the status when pushing patches. Whats the fix for this?

Thanks.

Increase the size of the download precache on the clients. We set it to 2 GB or 4 GB.

I use a relevance of:
not exist (setting “_BESClient_Download_PreCacheStageDiskLimitMB” of client) whose (value of it = “4096”)

and the action is:
setting “_BESClient_Download_PreCacheStageDiskLimitMB”=“4096” on “{now}” for client

4 Likes

This probably means either the disk is running out of space, or your cache isn’t big enough.

The client will try to keep by default at least 20MB of free disk space, and caches are often small compared to some payloads.

1 Like