Skip to content

Commit

Permalink
raise default amount of RAM to keep free from 5% to 20%
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Apr 4, 2021
1 parent 67afa2d commit 5d2409d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ Settings::setDefaultValues()
// Caching
_aggressiveCaching->setDefaultValue(false);
_maxRAMPercent->setDefaultValue(50, 0);
_unreachableRAMPercent->setDefaultValue(5);
_unreachableRAMPercent->setDefaultValue(20); // see https://github.com/NatronGitHub/Natron/issues/486
_maxViewerDiskCacheGB->setDefaultValue(5, 0);
_maxDiskCacheNodeGB->setDefaultValue(10, 0);
//_diskCachePath
Expand Down

0 comments on commit 5d2409d

Please sign in to comment.