We have a Zookeeper (3.4.6) data store with zk_approximate_data_size 1.88G zk_znode_count 4.43 millions
99% of the znodes has dataLen around 600 bytes. The Zookeeper instance is configured with "-Xms4G -Xmx4G" but it failed on startup. Is there any way to project memory requirement for running Zookeeper based on its data size? something like 2X or 3X of the data size? Thanks, Daniel
