Admin/polyml/settings
changeset 74995 68ffcf5cc94b
parent 74728 58ae06d382ee
child 76275 b446004b2464
equal deleted inserted replaced
74994:26794ec7c78e 74995:68ffcf5cc94b
     1 # -*- shell-script -*- :mode=shellscript:
     1 # -*- shell-script -*- :mode=shellscript:
     2 
     2 
     3 POLYML_HOME="$COMPONENT"
     3 POLYML_HOME="$COMPONENT"
     4 
     4 
     5 ML_PLATFORM="${ISABELLE_WINDOWS_PLATFORM64:-${ISABELLE_PLATFORM64}}"
     5 ML_PLATFORM="${ISABELLE_APPLE_PLATFORM64:-${ISABELLE_WINDOWS_PLATFORM64:-${ISABELLE_PLATFORM64}}}"
     6 
     6 
     7 if grep "ML_system_64.*=.*true" "$ISABELLE_HOME_USER/etc/preferences" >/dev/null 2>/dev/null
     7 if grep "ML_system_64.*=.*true" "$ISABELLE_HOME_USER/etc/preferences" >/dev/null 2>/dev/null
     8 then
     8 then
     9   ML_OPTIONS="--minheap 1000"
     9   ML_OPTIONS="--minheap 1000"
    10 else
    10 else