Reduced the default number _targetMaximumNumberOfPageLOD to 300 to keep the memory consumption on large databases a bit lower.
This commit is contained in:
@@ -914,7 +914,7 @@ DatabasePager::DatabasePager()
|
||||
}
|
||||
|
||||
|
||||
_targetMaximumNumberOfPageLOD = 500;
|
||||
_targetMaximumNumberOfPageLOD = 300;
|
||||
if( (ptr = getenv("OSG_MAX_PAGEDLOD")) != 0)
|
||||
{
|
||||
_targetMaximumNumberOfPageLOD = atoi(ptr);
|
||||
|
||||
Reference in New Issue
Block a user