penghuazhou commented on issue #31193: URL: https://github.com/apache/shardingsphere/issues/31193#issuecomment-3742789067
@terrymanu Do need to support hugepages? ``` sudo tee -a /etc/sysctl.conf << EOF vm.nr_hugepages = 512 vm.hugetlb_shm_group = 0 # vm.nr_overcommit_hugepages = 256 EOF sudo sysctl -p sudo grep Huge /proc/meminfo ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
