Skip to content

Commit

Permalink
Update looker11
Browse files Browse the repository at this point in the history
Upped the available memory to JVM from 60% to 80% and raised METAMEM to 2.8gb.
  • Loading branch information
Ladvien authored Feb 21, 2023
1 parent 7e68307 commit 2e54af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions startup_scripts/looker11
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 2e54af0

@GreekDataMonster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this have any positive impact toward running Looker queries within the browser?

Please sign in to comment.