File MediathekView.vmoptions of Package MediathekView
# Enter one VM parameter per line
# To include another file, uncomment the following line:
# -include-options [path to other .vmoption file]
#
# This are options from openSUSE and should not be changed:
-Xms256M
# Xmx is recommended against by MediathekView
#-Xmx1G
-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
-Dawt.useSystemAAFontSettings=on
-Dswing.aatext=true
--enable-preview
# MediathekView recommendations:
-XX:+UseShenandoahGC
-XX:ShenandoahGCHeuristics=compact
-XX:+UseStringDeduplication
# Tune the percentage depending on your system memory
-XX:MaxRAMPercentage=08.0
--add-opens=java.desktop/sun.awt.X11=ALL-UNNAMED
# Here you can put other options for example:
#-Dsun.java2d.uiScale=2