Garbage Collection: Make it more agressive on high priority mode.
This commit is contained in:
parent
ff48f06fb9
commit
fe0acec539
3 changed files with 5 additions and 5 deletions
|
@ -298,11 +298,11 @@ public:
|
|||
}
|
||||
|
||||
size_t getLRUID() const noexcept {
|
||||
return lru_id;
|
||||
return lru_id;
|
||||
}
|
||||
|
||||
void setLRUID(size_t lru_id_) {
|
||||
lru_id = lru_id_;
|
||||
lru_id = lru_id_;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
@ -78,7 +78,7 @@ class BufferCache {
|
|||
|
||||
static constexpr BufferId NULL_BUFFER_ID{0};
|
||||
|
||||
static constexpr u64 EXPECTED_MEMORY = 256_MiB;
|
||||
static constexpr u64 EXPECTED_MEMORY = 512_MiB;
|
||||
static constexpr u64 CRITICAL_MEMORY = 1_GiB;
|
||||
|
||||
using Maxwell = Tegra::Engines::Maxwell3D::Regs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue