[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/krita/core/tiles
From:       Bart Coppens <kde () bartcoppens ! be>
Date:       2006-03-22 21:52:42
Message-ID: 1143064362.347346.16369.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 521579 by coppens:

Make the default maxTilesInMem a lot more reasonable, in theory it should now neatly \
fit the allocated pools (in practice not, since there's usually a 1bpp pool, but that \
doesn't matter much).

 M  +1 -1      kis_tilemanager.cc  


--- trunk/koffice/krita/core/tiles/kis_tilemanager.cc #521578:521579
@@ -494,7 +494,7 @@
 void KisTileManager::configChanged() {
     KConfig * cfg = KGlobal::config();
     cfg->setGroup("");
-    m_maxInMem = cfg->readNumEntry("maxtilesinmem",  500);
+    m_maxInMem = cfg->readNumEntry("maxtilesinmem",  4000);
     m_swappiness = cfg->readNumEntry("swappiness", 100);
 
     m_swapMutex->lock();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic