From eb95028207b117927f142bcea1c5b3c4be9dc35b Mon Sep 17 00:00:00 2001 From: SternXD Date: Tue, 12 May 2026 08:04:46 -0400 Subject: [PATCH] docs: Update ram limit number It's 5120 MB not 5020 MB --- docs/ports/dusk-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ports/dusk-guide.mdx b/docs/ports/dusk-guide.mdx index 5be487b..7ff5d06 100644 --- a/docs/ports/dusk-guide.mdx +++ b/docs/ports/dusk-guide.mdx @@ -96,7 +96,7 @@ The full `GZ2` folder must end up inside Dusk's texture replacement folder in Xb Use a **1080p** texture pack for Xbox Dev Mode. -Avoid **4K** texture packs. They are likely to exceed the Xbox Dev Mode **5020 MB** memory limit. If the texture pack is too large, Dusk may crash, fail to load textures or run out of memory. +Avoid **4K** texture packs. They are likely to exceed the Xbox Dev Mode **5120 MB** memory limit. If the texture pack is too large, Dusk may crash, fail to load textures or run out of memory. ---