From 5d35fc80d59c778f3805db5e64bbb2ff6ea03622 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sat, 12 Sep 2020 01:51:52 -0400 Subject: [PATCH] g --- src/main/java/com/volmit/iris/IrisSettings.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/volmit/iris/IrisSettings.java b/src/main/java/com/volmit/iris/IrisSettings.java index 67d410504..f68b760a9 100644 --- a/src/main/java/com/volmit/iris/IrisSettings.java +++ b/src/main/java/com/volmit/iris/IrisSettings.java @@ -22,8 +22,8 @@ public class IrisSettings public int threads = 16; @DontObfuscate - @Desc("Iris uses a lot of caching to speed up chunk generation. Setting this higher uses more memory, but may improve performance. Anything past 15,000 should be avoided because there is little benefit past this value.") - public int atomicCacheSize = 10000; + @Desc("Iris uses a lot of caching to speed up chunk generation. Setting this higher uses more memory, but may improve performance. Anything past 8,000 should be avoided because there is little benefit past this value.") + public int atomicCacheSize = 3000; @DontObfuscate @Desc("Compress parallax data in memory to reduce memory usage in exchange for more cpu usage.")