diff --git a/wolfssl/wolfcrypt/memory.h b/wolfssl/wolfcrypt/memory.h index 4ba0763db..4d5d73308 100644 --- a/wolfssl/wolfcrypt/memory.h +++ b/wolfssl/wolfcrypt/memory.h @@ -106,11 +106,11 @@ WOLFSSL_API int wolfSSL_GetAllocators(wolfSSL_Malloc_cb*, #define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,24576 #else /* increase 23k for object member of WOLFSSL_X509_NAME_ENTRY */ - #define WOLFMEM_BUCKETS 32,128,256,512,1024,2432,3456,4544,23440 + #define WOLFMEM_BUCKETS 64,128,256,512,1024,2432,3456,4544,23440 #endif #endif #ifndef WOLFMEM_DIST - #define WOLFMEM_DIST 49,4,4,12,4,5,8,1,1 + #define WOLFMEM_DIST 49,10,6,14,5,6,9,1,1 #endif /* flags for loading static memory (one hot bit) */