diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-01-24 15:19:31 +0100 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-01-24 15:19:31 +0100 |
| commit | 95415f7ac7a27d825204cb0a963faf4fe36cd106 (patch) | |
| tree | f871b8c8e77ee12c9d999e5297f28516cdd1c4d6 /src/main.cpp | |
| parent | a39dad1c02067e8024990d73f16762c792c4e5a6 (diff) | |
Test dont set environment variables
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index cd94916..cd9274f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3648,7 +3648,7 @@ int main(int argc, char **argv) { signal(SIGRTMIN+5, save_replay_10_minutes_handler); signal(SIGRTMIN+6, save_replay_30_minutes_handler); - set_display_server_environment_variables(); + //set_display_server_environment_variables(); // Linux nvidia driver 580.105.08 added the environment variable CUDA_DISABLE_PERF_BOOST to disable the p2 power level issue, // where running cuda (which includes nvenc) causes the gpu to be forcefully set to p2 power level which on many nvidia gpus |
