Seite 1 von 1

Cache failure: failed to free enough disk space for product cache

Verfasst: 08 Jun 2016, 14:06
von aellert
Hello,

I often get this error :

Code: Alles auswählen

Cache failure: failed to free enough disk space for product cache
Is there any global variable somewhere to increase the max value of this cache ?

Thank you

PS : I use OPSI WAN extension.

Re: Cache failure: failed to free enough disk space for product cache

Verfasst: 09 Jun 2016, 08:48
von wolfbardo
Yes,

opsiclientd.cache_service.product_cache

Set for Instance the default to 20GB with

Code: Alles auswählen

opsi-admin -d method config_createUnicode opsiclientd.cache_service.product_cache_max_size "product_cache_max_size" 20000000000

regards,
Bardo Wolf

[SOLVED] Cache failure: failed to free enough disk space for product cache

Verfasst: 09 Jun 2016, 11:47
von aellert
Thank you so much !