We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfae67 commit d8c7342Copy full SHA for d8c7342
bin/create_sys_image
@@ -90,7 +90,7 @@ fi
90
# Check memory and limit threads if needed
91
if [[ "$OSTYPE" == "msys" || "$OSTYPE" == "win32" ]]; then
92
# Windows: use wmic or PowerShell
93
- export JULIA_IMAGE_THREADS=6
+ # export JULIA_IMAGE_THREADS=6
94
echo "Checking system memory on Windows..."
95
totalmem=$(powershell.exe -Command "(Get-CimInstance Win32_ComputerSystem).TotalPhysicalMemory / 1MB" 2>/dev/null | awk '{printf "%i", $1}')
96
if [[ -z "$totalmem" || $totalmem -lt 27000 ]]; then
0 commit comments