export PW_NO_FSYNC=1 # Do not use futex-based in-process synchronization primitives. (Automatically disabled on systems with no FUTEX_WAIT_MULTIPLE support.
export PW_NO_FSYNC="1"
export PW_NO_ESYNC=1 # Do not use eventfd-based in-process synchronization primitives
export PW_NO_ESYNC="1"
export PW_USE_GAMEMODE=0 # Force disabele gamemod
export PW_USE_GAMEMODE="0"
export PW_FORCE_LARGE_ADDRESS_AWARE=1 # Force Wine to enable the LARGE_ADDRESS_AWARE flag for all executables. Enabled by default.