Skip to content

Commit

Permalink
Work around memory leak in OSVM 2022(.06)
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Jun 27, 2022
1 parent f514b87 commit 1c8490a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/linux/squeak.sh
Expand Up @@ -169,5 +169,9 @@ ensure_vm
ensure_image
detect_sound

# Enable per-monitor scaling to work around memory leak:
# https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/642
export SQUEAK_DISPLAY_PER_MONITOR_SCALE=1

echo "Using ${VM} ..."
exec ${SOUNDSERVER} "${VM}" ${VMOPTIONS} ${VMARGS} "${IMAGE}" "${STARGS[@]}"

0 comments on commit 1c8490a

Please sign in to comment.