Pushing out a Windows feature update (22H2), the size is around 5.9GB
I have a fixlet that sets the following:
setting “_BESClient_Download_NormalStageDiskLimitMB”="8000"
setting “_BESClient_Download_PreCacheStageDiskLimitMB”="8000"
setting “_BESClient_Download_SizeLimitMB”=“8000”
The fixlet works, but I still get an error saying:
The download size exceeds the download limit set in the client setting _BESClient_Download_SizeLimitMB, which can be modified through the Edit Computer Settings dialogue.
Everything looks correct and I’ve had it work exactly once on a user’s machine, and their limit was set to 6659.
Many of the patches we deal with now days require about 10 to 12 GB when expanded. We set our cache to 25 GB to ensure we don’t have size issues. None of our teams have had issues with cache size since we made that change. Other teams did the feature pack updates for months without issues. Now, they just do the enablement packages
Hi @Agro, in this situation, do you really need this client setting _BESClient_Download_SizeLimitMB? You may be impacted by this issue documented in KB0099717. Can you temporarily remove the _BESClient_Download_SizeLimitMB client setting as a test and leave the other 2 that you have documented?