From 4249bf7e4e51f22ab911ad333fdab1bf587db0d4 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Tue, 11 Feb 2025 12:56:06 +0100 Subject: [PATCH] limit cache dir size to about 60% of free space https://github.com/SUSE/spacewalk/issues/26396 --- CHANGELOG.md | 4 +++- .../pages/hardware-requirements.adoc | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e204e3eb1c5..1bc0e18f005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ +- Added note to limit squid's cache_dir size to 60% of availalbe + free space in Installation and Upgrade Guide - Activation key procedure enhanced in Client Configuration Guide (bsc#1233492) - Remove image with beta reference in Installation and Upgrade Guide (bsc#1236678) - Clarify functionality of CLM package/patch allow filters (bsc#1236234) -- Corrected the instruction for logging in to Azure instance in +- Corrected the instruction for logging in to Azure instance in Specialized Guides (bsc#1234442) - Updated Backup and Restore chapter regarding containerization in Administration Guide diff --git a/modules/installation-and-upgrade/pages/hardware-requirements.adoc b/modules/installation-and-upgrade/pages/hardware-requirements.adoc index 72795431f2d..950bab50a49 100644 --- a/modules/installation-and-upgrade/pages/hardware-requirements.adoc +++ b/modules/installation-and-upgrade/pages/hardware-requirements.adoc @@ -216,6 +216,13 @@ As a result of this behavior: * The [path]``/var/lib/containers/storage/volumes/uyuni-proxy-squid-cache/`` directory can be small on the {productname} Server compared to the proxy. For a guide to size estimation, see the <> section. +[NOTE] +==== +In general, {suse} recommends to adjust the value for the cache directory to about 60 % of available free space. +Users can adjust the [option]``cache_dir`` option in the [path]``squid.conf`` manually. +==== + + [[installation-postgresql-requirements]]