Hello, i see it in the docs of redis:
In the old Redis, you need to put it in a script any time you reboot the server, the script shot it.
i suspect maybe better to do a cron job for huge page every day / hour, it will shoot every hour or day (this why i asking here):
50 * * * * root echo madvise > /sys/kernel/mm/transparent_hugepage/enabled
It something i can do?
Or it can cause issue with the kernel if i will shoot the command line too much?
In the old Redis, you need to put it in a script any time you reboot the server, the script shot it.
i suspect maybe better to do a cron job for huge page every day / hour, it will shoot every hour or day (this why i asking here):
50 * * * * root echo madvise > /sys/kernel/mm/transparent_hugepage/enabled
It something i can do?
Or it can cause issue with the kernel if i will shoot the command line too much?