From b48c5d528e2a47b9e77754a59a4456d8b5ce10c2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 16 Sep 2022 18:16:52 +0200 Subject: [PATCH] larger TC and TM store --- mission/core/GenericFactory.cpp | 6 +++--- tmtc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mission/core/GenericFactory.cpp b/mission/core/GenericFactory.cpp index 748aa02e..24870504 100644 --- a/mission/core/GenericFactory.cpp +++ b/mission/core/GenericFactory.cpp @@ -77,14 +77,14 @@ void ObjectFactory::produceGenericObjects(HealthTableIF** healthTable_) { StorageManagerIF* tcStore; StorageManagerIF* tmStore; { - PoolManager::LocalPoolConfig poolCfg = {{300, 16}, {300, 32}, {200, 64}, - {200, 128}, {100, 1024}, {10, 2048}}; + PoolManager::LocalPoolConfig poolCfg = {{200, 16}, {200, 32}, {150, 64}, + {100, 128}, {100, 1024}, {100, 2048}}; tcStore = new PoolManager(objects::TC_STORE, poolCfg); } { PoolManager::LocalPoolConfig poolCfg = {{300, 16}, {300, 32}, {100, 64}, - {100, 128}, {100, 1024}, {10, 2048}}; + {100, 128}, {100, 1024}, {100, 2048}}; tmStore = new PoolManager(objects::TM_STORE, poolCfg); } diff --git a/tmtc b/tmtc index 2210ddb1..e2811947 160000 --- a/tmtc +++ b/tmtc @@ -1 +1 @@ -Subproject commit 2210ddb168508f0c2c1426a783725ccb78dadf3a +Subproject commit e2811947dcb387a43e69593792027e1d62181677