diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-12-21 15:51:55 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-12-21 15:51:55 +0100 |
| commit | 715ce5dbe987c103eeebbda470325866dc614b16 (patch) | |
| tree | 51c1006e0e8992081a0b6abe21918cc3897a9c16 /system | |
| parent | 7d0f8078807c9a0d5f4416566da343de419015bf (diff) | |
| download | box64-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.box64rc | 15 |
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 # |