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

@ -15,7 +15,7 @@
#include "eive/definitions.h"
static constexpr bool DEBUG_CFDP_TO_LIVE_TM_TASK = false;
static constexpr bool DEBUG_CFDP_TO_LIVE_TM_TASK = true;
class LiveTmTask : public SystemObject,
public HasModesIF,

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);
}