How to calculate memlock
I have been reading documentation for Database Installation of 12.2. I'm working on an Oracle Linux 7 new installation.
In the part of limits to calculate the memlock, documentation says:
"at least 90 percent of the current RAM when HugePages memory is enabled and at least 3145728 KB (3 GB) when HugePages memory is disabled"
How do I know that HugePages is enabled?
Thank you