Couchbase Installation On Linux

In order for couchbase to work more efficiently, we need to make some settings on the operating system, before non-root database installation. Firstly, we have to check THP status. With ‘cat’ command below, we can check the status. cat /sys/kernel/mm/transparent_hugepage/enabled cat /sys/kernel/mm/transparent_hugepage/defrag [always] madvise never As a result, it will Continue Reading