File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 9090# Check memory and limit threads if needed
9191if [[ " $OSTYPE " == " msys" || " $OSTYPE " == " win32" ]]; then
9292 # Windows: use wmic or PowerShell
93- # export JULIA_IMAGE_THREADS=6
9493 echo " Checking system memory on Windows..."
9594 totalmem=$( powershell.exe -Command " (Get-CimInstance Win32_ComputerSystem).TotalPhysicalMemory / 1MB" 2> /dev/null | awk ' {printf "%i", $1}' )
9695 if [[ -z " $totalmem " || $totalmem -lt 27000 ]]; then
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ cd KiteModels.jl/bin
1414./create_sys_image --update
1515
1616# execution time on Desktop with Julia 1.12: 15min22s
17- # dito on Windows with Julia 1.12: 27min57s
17+ # dito on Windows with Julia 1.12: 26min52s
You can’t perform that action at this time.
0 commit comments