From 2e54af0621c866c75672c16e00867a76659b2c4c Mon Sep 17 00:00:00 2001 From: Thomas Brittain Date: Tue, 21 Feb 2023 15:34:42 -0600 Subject: [PATCH] Update looker11 Upped the available memory to JVM from 60% to 80% and raised METAMEM to 2.8gb. --- startup_scripts/looker11 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startup_scripts/looker11 b/startup_scripts/looker11 index 0e9731b..49d4f0e 100755 --- a/startup_scripts/looker11 +++ b/startup_scripts/looker11 @@ -16,9 +16,9 @@ cd $HOME/looker # set your java memory- there should be over 1.5G of system memory # left to run the OS MEM=`cat /proc/meminfo | grep MemTotal | awk '{print $2}'` -JM=`expr $MEM \* 6 / 10` +JM=`expr $MEM \* 8 / 10` JAVAMEM="${JM}k" -METAMEM="800m" +METAMEM="2800m" # Extra Java startup args and Looker startup args. These can also be set in # a file named lookerstart.cfg