diff --git a/drape_frontend/memory_feature_index.hpp b/drape_frontend/memory_feature_index.hpp index ef91257c7f..991412f4c0 100644 --- a/drape_frontend/memory_feature_index.hpp +++ b/drape_frontend/memory_feature_index.hpp @@ -33,7 +33,9 @@ struct FeatureInfo bool m_isOwner; }; -size_t const AverageFeaturesCount = 2048; +// It is better for TileInfo to have size that is equal or slightly less +// than several memory pages. +size_t const AverageFeaturesCount = 2040; using TFeaturesInfo = buffer_vector; class MemoryFeatureIndex : private noncopyable