Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 2.0
Community Wiki and Resources
Download Couchbase Server 2.0
Couchbase Developer Guide 2.0
Client Libraries
Couchbase Server Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
5.1 Handling Server Warmup
Chapter Sections
Chapters

5.1.2. Changing the Warmup Threshold

To modify warmup behavior by changing the setting for ep_warmup_min_items_threshold use the command-line tool provided with your Couchbase Server installation, cbepctl. This indicates the number of items loaded in RAM that must be reached for Couchbase Server to begin serving data. The lower this number, the sooner your server can begin serving data. Be aware, however that if you set this value to be too low, once requests come in for items, the item may not be in memory and Couchbase Server will experience cache-miss errors.