From 9c3870d62f018143bea5de0cfc1523ea5d326090 Mon Sep 17 00:00:00 2001 From: riperiperi Date: Mon, 1 Jan 2024 22:39:12 +0000 Subject: [PATCH] put this back to regular --- src/ARMeilleure/Translation/Cache/JitCache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ARMeilleure/Translation/Cache/JitCache.cs b/src/ARMeilleure/Translation/Cache/JitCache.cs index db4be66e5..624447761 100644 --- a/src/ARMeilleure/Translation/Cache/JitCache.cs +++ b/src/ARMeilleure/Translation/Cache/JitCache.cs @@ -19,7 +19,7 @@ namespace ARMeilleure.Translation.Cache private const int CodeAlignment = 4; // Bytes. private const int CacheSize = 2047 * 1024 * 1024; - private const int CacheSizeIOS = 512 * 1024 * 1024; + private const int CacheSizeIOS = 2047 * 1024 * 1024; private static ReservedRegion _jitRegion; private static JitCacheInvalidation _jitCacheInvalidator;