various additions from sim laptop

This commit is contained in:
Alexander Gehrke 2025-05-08 13:55:52 +02:00 committed by Alexander Roso
parent 912a3282c5
commit 21e41141ef
13 changed files with 645 additions and 28 deletions

9
env/50_scala.zsh vendored
View file

@ -1,10 +1 @@
=======
[[ $- == *i* ]] || return 0
if command -v java &> /dev/null && java -version 2>&1 | grep -q GraalVM; then
export SBT_OPTS="-Xmx10G"
else
export SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=10G -Xmx10G"
fi
>>>>>>> 4f34586 (Do not run expensive env initializations for non-interactive shells)
export SBT_OPTS="-Xmx10G"