MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setApplicationsCachesMaximumMemoryPercent

Method setApplicationsCachesMaximumMemoryPercent

Engine/AppManager.cpp:1390–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388}
1389
1390void
1391AppManager::setApplicationsCachesMaximumMemoryPercent(double p)
1392{
1393 size_t maxCacheRAM = p * getSystemTotalRAM_conditionnally();
1394
1395 _imp->_nodeCache->setMaximumCacheSize(maxCacheRAM);
1396 _imp->_nodeCache->setMaximumInMemorySize(1);
1397}
1398
1399void
1400AppManager::setApplicationsCachesMaximumViewerDiskSpace(unsigned long long size)

Callers 1

onKnobValueChangedMethod · 0.80

Calls 3

setMaximumCacheSizeMethod · 0.80

Tested by

no test coverage detected