store still not large enough?

This commit is contained in:
2023-10-18 16:07:00 +02:00
parent 07ddaa2692
commit d1ee938ade
3 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ void ObjectFactory::produceGenericObjects(HealthTableIF** healthTable_, PusTmFun
{
PoolManager::LocalPoolConfig poolCfg = {{600, 32}, {400, 64}, {400, 128},
{350, 512}, {500, 1200}, {100, 2048}};
{350, 512}, {600, 1200}, {100, 2048}};
*tmStore = new PoolManager(objects::TM_STORE, poolCfg);
}