Couchbase Basics

Copyright: original works, posted please indicate the source! https://blog.csdn.net/sa19861211/article/details/90732367

First, the commonly used commands

1.1 Start Couchbase Service

For RHEL 6:
sudo service couchbase-server start

For RHEL 7:
sudo systemctl start couchbase-server

Close Couchbase 1.1 Service

For RHEL 6:
sudo service /etc/init.d/couchbase-server stop

For RHEL 7:
sudo systemctl stop couchbase-server

Two, Couchbase encounter a variety of pit

2.1 memory leak problem

Version: 4.5.1-2844 Community Edition (build-2844) memory leak bug

Guess you like

Origin blog.csdn.net/sa19861211/article/details/90732367