fixed PCDU memory leak
This commit is contained in:
@ -49,7 +49,8 @@ void ObjectFactory::produceGenericObjects() {
|
||||
|
||||
{
|
||||
PoolManager::LocalPoolConfig poolCfg = {
|
||||
{100, 16}, {50, 32}, {25, 64}, {15, 128}, {5, 1024}
|
||||
{ 100, 16 }, { 100, 32 }, { 100, 64 },
|
||||
{ 100, 128 }, { 50, 256 }, { 50, 512 }, { 50, 1024 }, { 10, 2048 }
|
||||
};
|
||||
new PoolManager(objects::IPC_STORE, poolCfg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user