diff --git a/common/profiler.cpp b/common/profiler.cpp index 1379a53e..5e498508 100644 --- a/common/profiler.cpp +++ b/common/profiler.cpp @@ -485,7 +485,7 @@ static uint64_t device_host_physical_memory(bool available) { std::string key; uint64_t kb; iss >> key >> kb; - memory = kb * 1024; + memory = kb * 1024 * 0.8; break; } }