Skip to content

Commit 88a6b04

Browse files
committed
Cleanup
1 parent 635ccb7 commit 88a6b04

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/create_sys_image

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ fi
9090
# Check memory and limit threads if needed
9191
if [[ "$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

test/test_installation

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)