Skip to content

Commit 44a34a2

Browse files
Merge pull request #216089 from rdeltcheva/pcmk-fix-sles-swappiness
Fix vm swappiness change
2 parents 7fd4e28 + b5f540b commit 44a34a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.topic: article
1313
ms.tgt_pltfrm: vm-windows
1414
ms.workload: infrastructure-services
1515
ms.custom: subject-rbac-steps
16-
ms.date: 09/22/2022
16+
ms.date: 10/26/2022
1717
ms.author: radeltch
1818

1919
---
@@ -582,7 +582,7 @@ Make sure to assign the custom role to the service principal at all VM (cluster
582582
vm.dirty_background_bytes = 314572800
583583
</code></pre>
584584

585-
c. Make sure vm.swappiness is set to 10 to avoid [hang issues with backups/compression on NetAPP filesystem] (https://me.sap.com/notes/2080199) as well as to reduce swap usage and favor memory.
585+
c. Make sure vm.swappiness is set to 10 to reduce swap usage and favor memory.
586586

587587
<pre><code>sudo vi /etc/sysctl.conf
588588
# Change/set the following setting

0 commit comments

Comments
 (0)