Changeset 847

Show
Ignore:
Timestamp:
01/17/08 22:29:47
Author:
robert
Message:

Reduced the default number of queued operations in the ThreadPool's queue to 64 to help keep a lid on memory usage

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/vpb/ThreadPool.cpp

    r846 r847  
    4646    osg::GraphicsContext* sharedContext = 0; 
    4747 
    48     _maxNumberOfOperationsInQueue = 128
     48    _maxNumberOfOperationsInQueue = 64
    4949 
    5050    for(unsigned int i=0; i<_numThreads; ++i)