From ff5b37da72a3cf00e371bfa2f3ad7f6c3ae6773b Mon Sep 17 00:00:00 2001 From: Maxpro131 <168114131+Maxpro131@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:31:07 +0200 Subject: [PATCH 1/5] Update README.md Added info about Increased Memory Limit Signed-off-by: Maxpro131 <168114131+Maxpro131@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 29a5bd657f..a842996a3f 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ Amethyst makes use of **just-in-time compilation**, or JIT, to provide usable sp (*) AltServer running on the local network is required. (#) Only the first time. +### Enabling Increased Memory Limit +In order for Amethyst to run even smoother, it's recommended to increase the RAM limit by enabling "Increased Memory Limit." You can enable it by installing this app with your favorite sideloading service. You will need to sign in with the Apple ID you used in AltStore/SideStore and press "Refresh" in the App-IDs tab. Choose the App-ID of Amethyst (or LiveContainer if you're using Amethyst in it) and press "Add Increased Memory Limit". After reinstalling Amethyst (or LiveContainer), you can see in the logs, or with tools like Antrag, if Increased Memory Limit has been enabled successfully. If not, try again. + ## Contributors Amethyst is amazing, and surprisingly stable, and it wouldn't be this way without the commmunity that helped and contribute to the project! Some notable names: From 0ffac254332b5d8b33bf6a71bf4293fc3cbbecb1 Mon Sep 17 00:00:00 2001 From: Maxpro131 <168114131+Maxpro131@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:37:14 +0200 Subject: [PATCH 2/5] Update README.md Forgot about the links. Added now Signed-off-by: Maxpro131 <168114131+Maxpro131@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a842996a3f..0288e2aa7a 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Amethyst makes use of **just-in-time compilation**, or JIT, to provide usable sp (#) Only the first time. ### Enabling Increased Memory Limit -In order for Amethyst to run even smoother, it's recommended to increase the RAM limit by enabling "Increased Memory Limit." You can enable it by installing this app with your favorite sideloading service. You will need to sign in with the Apple ID you used in AltStore/SideStore and press "Refresh" in the App-IDs tab. Choose the App-ID of Amethyst (or LiveContainer if you're using Amethyst in it) and press "Add Increased Memory Limit". After reinstalling Amethyst (or LiveContainer), you can see in the logs, or with tools like Antrag, if Increased Memory Limit has been enabled successfully. If not, try again. +In order for Amethyst to run even smoother, it's recommended to increase the RAM limit by enabling "Increased Memory Limit." You can enable it by installing [this](https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa) app with your favorite sideloading service. You will need to sign in with the Apple ID you used in AltStore/SideStore and press "Refresh" in the App-IDs tab. Choose the App-ID of Amethyst (or LiveContainer if you're using Amethyst in it) and press "Add Increased Memory Limit". After reinstalling Amethyst (or LiveContainer), you can see in the logs, or with tools like [Antrag](https://apps.apple.com/app/antrag/id6747074491), if Increased Memory Limit has been enabled successfully. If not, try again. ## Contributors Amethyst is amazing, and surprisingly stable, and it wouldn't be this way without the commmunity that helped and contribute to the project! Some notable names: From a133eccd6b13a5f40813a58945aa1ca614da88e5 Mon Sep 17 00:00:00 2001 From: Maxpro131 <168114131+Maxpro131@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:41:20 +0200 Subject: [PATCH 3/5] Update README.md Small correction Signed-off-by: Maxpro131 <168114131+Maxpro131@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0288e2aa7a..9939c64fd4 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Amethyst makes use of **just-in-time compilation**, or JIT, to provide usable sp (#) Only the first time. ### Enabling Increased Memory Limit -In order for Amethyst to run even smoother, it's recommended to increase the RAM limit by enabling "Increased Memory Limit." You can enable it by installing [this](https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa) app with your favorite sideloading service. You will need to sign in with the Apple ID you used in AltStore/SideStore and press "Refresh" in the App-IDs tab. Choose the App-ID of Amethyst (or LiveContainer if you're using Amethyst in it) and press "Add Increased Memory Limit". After reinstalling Amethyst (or LiveContainer), you can see in the logs, or with tools like [Antrag](https://apps.apple.com/app/antrag/id6747074491), if Increased Memory Limit has been enabled successfully. If not, try again. +In order for Amethyst to run even smoother, it's recommended to increase the RAM limit by enabling "Increased Memory Limit." You can enable it by installing [this](https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa) app with your favorite sideloading service. You will need to sign in with the Apple ID you used in AltStore/SideStore and press "Refresh" in the App-IDs tab. Choose the App-ID of Amethyst (or LiveContainer if you're using Amethyst in it) and press "Add Increased Memory Limit." After reinstalling Amethyst (or LiveContainer), you can see in the logs, or with tools like [Antrag](https://apps.apple.com/app/antrag/id6747074491), if Increased Memory Limit has been enabled successfully. If not, try again. ## Contributors Amethyst is amazing, and surprisingly stable, and it wouldn't be this way without the commmunity that helped and contribute to the project! Some notable names: From 420fc8180ef68dbb3ed853f94da7f37e38c52eeb Mon Sep 17 00:00:00 2001 From: Maxpro131 <168114131+Maxpro131@users.noreply.github.com> Date: Sun, 17 Aug 2025 10:21:34 +0200 Subject: [PATCH 4/5] Update README.md Slight changes Signed-off-by: Maxpro131 <168114131+Maxpro131@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9939c64fd4..b0d9a1f684 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Amethyst makes use of **just-in-time compilation**, or JIT, to provide usable sp (#) Only the first time. ### Enabling Increased Memory Limit -In order for Amethyst to run even smoother, it's recommended to increase the RAM limit by enabling "Increased Memory Limit." You can enable it by installing [this](https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa) app with your favorite sideloading service. You will need to sign in with the Apple ID you used in AltStore/SideStore and press "Refresh" in the App-IDs tab. Choose the App-ID of Amethyst (or LiveContainer if you're using Amethyst in it) and press "Add Increased Memory Limit." After reinstalling Amethyst (or LiveContainer), you can see in the logs, or with tools like [Antrag](https://apps.apple.com/app/antrag/id6747074491), if Increased Memory Limit has been enabled successfully. If not, try again. +In order for Amethyst to run even smoother, it's recommended to increase the RAM limit by enabling "Increased Memory Limit." You can enable it by installing [this](https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa) app with your favourite sideloading service. You will need to sign in with the Apple ID you used in AltStore/SideStore and tap "Refresh" in the App-IDs tab. Choose the App-ID of Amethyst (or LiveContainer if you're using Amethyst in it) and press "Add Increased Memory Limit." After reinstalling Amethyst (or LiveContainer), you can see in the logs, or with tools like [Antrag](https://apps.apple.com/app/antrag/id6747074491), if Increased Memory Limit has been enabled successfully. If not, try again. ## Contributors Amethyst is amazing, and surprisingly stable, and it wouldn't be this way without the commmunity that helped and contribute to the project! Some notable names: From 4f436e2f451d98330e6960d12c73c9ec9a6bbfd6 Mon Sep 17 00:00:00 2001 From: Maxpro131 <168114131+Maxpro131@users.noreply.github.com> Date: Sat, 20 Dec 2025 14:14:35 +0100 Subject: [PATCH 5/5] Changed Stuff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaced "this" with GetMoreRam and changed Antrag link, since it’s not in the app store anymore Signed-off-by: Maxpro131 <168114131+Maxpro131@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0d9a1f684..5ef17fd25d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Amethyst makes use of **just-in-time compilation**, or JIT, to provide usable sp (#) Only the first time. ### Enabling Increased Memory Limit -In order for Amethyst to run even smoother, it's recommended to increase the RAM limit by enabling "Increased Memory Limit." You can enable it by installing [this](https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa) app with your favourite sideloading service. You will need to sign in with the Apple ID you used in AltStore/SideStore and tap "Refresh" in the App-IDs tab. Choose the App-ID of Amethyst (or LiveContainer if you're using Amethyst in it) and press "Add Increased Memory Limit." After reinstalling Amethyst (or LiveContainer), you can see in the logs, or with tools like [Antrag](https://apps.apple.com/app/antrag/id6747074491), if Increased Memory Limit has been enabled successfully. If not, try again. +In order for Amethyst to run even smoother, it's recommended to increase the RAM limit by enabling "Increased Memory Limit." You can enable it by installing the [GetMoreRam](https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa) app with your favourite sideloading service. You will need to sign in with the Apple ID you used in AltStore/SideStore and tap "Refresh" in the App-IDs tab. Choose the App-ID of Amethyst (or LiveContainer if you're using Amethyst in it) and press "Add Increased Memory Limit." After reinstalling Amethyst (or LiveContainer), you can see in the logs, or with tools like [Antrag](https://github.com/khcrysalis/Antrag/releases), if Increased Memory Limit has been enabled successfully. If not, try again. ## Contributors Amethyst is amazing, and surprisingly stable, and it wouldn't be this way without the commmunity that helped and contribute to the project! Some notable names: