Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getRamMaximumPercent
Method
getRamMaximumPercent
Engine/Settings.cpp:2526–2530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2524
}
2525
2526
double
2527
Settings::getRamMaximumPercent() const
2528
{
2529
return (double)_maxRAMPercent->getValue() / 100.;
2530
}
2531
2532
U64
2533
Settings::getMaximumViewerDiskCacheSize() const
Callers
1
loadInternalAfterInitGui
Method · 0.80
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected