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 2d74207 commit 153b661Copy full SHA for 153b661
1 file changed
system/box64.box64rc
@@ -106,9 +106,12 @@ BOX64_LOG=0
106
BOX64_DYNAREC_ALIGNED_ATOMICS=1
107
108
[BeamNG.drive.x64]
109
-BOX64_MALLOC_HACK=2
+#There seems to be a JIT that use a limited amount of memory and so often rewrite portion of code, which is bad for box64 dynarec
110
+BOX64_DYNAREC_BIGBLOCK=1
111
BOX64_DYNAREC_CALLRET=1
-BOX64_NOSANDBOX=1
112
+BOX64_MALLOC_HACK=2
113
+BOX64_DYNAREC_NOHOTPAGE=1
114
+BOX64_DYNAREC_DIRTY=2
115
116
[box64-bash]
117
# LOG tend to mess up script execution in bash
@@ -847,7 +850,7 @@ BOX64_DYNAREC_BIGBLOCK=1
847
850
848
851
BOX64_DYNAREC_SEP=2
849
852
BOX64_DYNAREC_DIRTY=2
-BOX64_MAXCPU=4
853
854
855
[INSIDE.exe]
856
BOX64_DYNAREC_STRONGMEM=1
0 commit comments