about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-12-21 15:51:55 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-12-21 15:51:55 +0100
commit715ce5dbe987c103eeebbda470325866dc614b16 (patch)
tree51c1006e0e8992081a0b6abe21918cc3897a9c16 /system
parent7d0f8078807c9a0d5f4416566da343de419015bf (diff)
downloadbox64-715ce5dbe987c103eeebbda470325866dc614b16.tar.gz
box64-715ce5dbe987c103eeebbda470325866dc614b16.zip
Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created profile for wine, wine64 and GridAutosport using it
Diffstat (limited to 'system')
-rw-r--r--system/box64.box64rc15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc
index 2837fae1..8a69d4a0 100644
--- a/system/box64.box64rc
+++ b/system/box64.box64rc
@@ -59,6 +59,15 @@ BOX64_DYNAREC_ALIGNED_ATOMICS=1
 [geekbench6]
 BOX64_ENV=BOX64_DYNAREC_STRONGMEM=3
 
+[GridAutosport]
+BOX64_DYNAREC_STRONGMEM=1
+BOX64_NOSANDBOX=1
+BOX64_DYNAREC_ALIGNED_ATOMICS=1
+BOX64_SHOWSEGV=1
+BOX64_SHOWBT=1
+BOX64_MAXCPU=16
+
+
 [heroic]
 BOX64_NOSANDBOX=1
 BOX64_INPROCESSGPU=1
@@ -151,6 +160,12 @@ BOX64_MALLOC_HACK=2
 BOX64_NOSANDBOX=1
 BOX64_INPROCESSGPU=1
 
+[wine]
+BOX64_MAXCPU=32
+
+[wine64]
+BOX64_MAXCPU=64
+
 #
 # Wine process
 #