Browse Source

This is really annoying

tmp/BEoi4ah1YwU
CamilleLaVey 5 days ago
parent
commit
a9ef147c29
  1. 2
      src/common/host_memory.cpp

2
src/common/host_memory.cpp

@ -703,7 +703,7 @@ public:
if (get_native_handle == nullptr) {
return false;
}
constexpr size_t window_size = 512ULL << 20;
constexpr size_t window_size = 256ULL << 20;
const size_t budget = ComputeAhbBudget(window_size);
if (budget == 0) {
return false;

Loading…
Cancel
Save