Skip to content

Commit

Permalink
#331: applied blurry font fix; changed max JVM mem to 8GB.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbenn committed May 31, 2023
1 parent 175715d commit 2b93464
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install-files/mac/VStar.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
<true/>
<key>JVMMainClassName</key>
<string>org.aavso.tools.vstar.ui.VStar</string>
<key>JVMOptions</key>
<array>
<string>-Xms800m</string>
<string>-Xmx1500m</string>
<string>-Xmx8g</string>
<string>-splash:$APP_ROOT/Contents/Java/vstaricon.png</string>
</array>
<key>JVMArguments</key>
Expand Down

0 comments on commit 2b93464

Please sign in to comment.