diff --git a/ircd/db.cc b/ircd/db.cc index 6983d6d5c..b354116ed 100644 --- a/ircd/db.cc +++ b/ircd/db.cc @@ -2006,7 +2006,7 @@ ircd::db::database::column::column(database &d, ,allocator { #ifdef IRCD_DB_HAS_ALLOCATOR - std::make_shared(this->d, this, database::allocator::cache_arena) + std::make_shared(this->d, this, database::allocator::cache_arena, descriptor.block_size) #endif } ,handle