[MEM] increase memory pool (#1062)

This commit is contained in:
Sukchan Lee 2021-06-22 16:56:18 +09:00
parent 50f403279a
commit 7f774884ea
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ void ogs_pkbuf_default_init(ogs_pkbuf_config_t *config)
config->cluster_128_pool = 65536;
config->cluster_256_pool = 16384;
config->cluster_512_pool = 4096;
config->cluster_1024_pool = 1024;
config->cluster_1024_pool = 2048;
config->cluster_2048_pool = 512;
config->cluster_8192_pool = 512;
config->cluster_big_pool = 8;