Is there a current article on configuring kernel parameters for Scylla? I thought the scylla_setup and scylla_prepare scripts automatically configure the kernel, but, for example, these scripts don’t add HugePages, which are necessary for most databases.
You can find more info about configuring ScyllaDB including HugePages here.
From the document: “Huge page configuration is written to /etc/sysconfig/scylla-server by the script /usr/lib/scylla/sysconfig_setup”, so as far as I understand the configuration scripts will also set up HugePages.