Skip to content

Commit 2bfae67

Browse files
committed
More image threads
1 parent a674be3 commit 2bfae67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/create_sys_image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ 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=4
93+
export JULIA_IMAGE_THREADS=6
9494
echo "Checking system memory on Windows..."
9595
totalmem=$(powershell.exe -Command "(Get-CimInstance Win32_ComputerSystem).TotalPhysicalMemory / 1MB" 2>/dev/null | awk '{printf "%i", $1}')
9696
if [[ -z "$totalmem" || $totalmem -lt 27000 ]]; then

0 commit comments

Comments
 (0)