Added more helpful message in OpenCore-Boot.sh

This commit is contained in:
tutel 2023-07-18 23:38:18 +03:00 committed by GitHub
parent 6c8e549b0c
commit 5bd292fc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@ MY_OPTIONS="+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"
# This script works for Big Sur, Catalina, Mojave, and High Sierra. Tested with
# macOS 10.15.6, macOS 10.14.6, and macOS 10.13.6.
ALLOCATED_RAM="4096" # MiB
CPU_SOCKETS="1"
CPU_CORES="2"
CPU_THREADS="4"
ALLOCATED_RAM="4096" # <---- Tweak this for more memory the value is in MB
CPU_SOCKETS="1" # <---- Dont tweek this setting
CPU_CORES="2" # <---- Tweek this setting for adding more cores dont put too many or else the sys will crash (Recommend putting half of the cores your cpu has)
CPU_THREADS="4" # <---- You have to tweek this setting if the number in threads is not double the number of cores
REPO_PATH="."
OVMF_DIR="."