From 9b6034f8ef6761d8c4dba3115adfc405ba369e5f Mon Sep 17 00:00:00 2001
From: crowetic <5431064+crowetic@users.noreply.github.com>
Date: Tue, 30 May 2023 08:11:19 -0700
Subject: [PATCH] Update start-modified-memory-args.sh

lowered RAM a bit more for systems with 6GB or less RAM
---
 start-modified-memory-args.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/start-modified-memory-args.sh b/start-modified-memory-args.sh
index cd976e6..bfe882c 100644
--- a/start-modified-memory-args.sh
+++ b/start-modified-memory-args.sh
@@ -33,7 +33,7 @@ fi
 # Limits Java JVM stack size and maximum heap usage.
 # Comment out for bigger systems, e.g. non-routers
 # or when API documentation is enabled
-JVM_MEMORY_ARGS="-Xss1250k -Xmx2750m"
+JVM_MEMORY_ARGS="-Xss1250k -Xmx2350m"
 
 # Although java.net.preferIPv4Stack is supposed to be false
 # by default in Java 11, on some platforms (e.g. FreeBSD 12),