This commit is contained in:
2025-10-13 20:49:38 +02:00
parent db0ecede3a
commit 4f6b15ead4

View File

@@ -0,0 +1,12 @@
# Memory compression
Use an elevated Powershell prompt for all of the following commands.
## Check memory compression status
`Get-MMAgent`
## Enable memory compression
`Enable-MMAgent -mc`
## Disable memory compression
`Disable-MMAgent -mc`