You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| memcached-blocks-index.​enabled | bool |`true`| Enables support for block index caching |
380
-
| memcached-blocks-index.​extraEnvVars[0]| object |`{"name":"MEMCACHED_CACHE_SIZE","value":"1024"}`| MEMCACHED_CACHE_SIZE is the amount of memory allocated to memcached for object storage |
381
-
| memcached-blocks-index.​extraEnvVars[1]| object |`{"name":"MEMCACHED_MAX_CONNECTIONS","value":"1024"}`| MEMCACHED_MAX_CONNECTIONS is the maximum number of simultaneous connections to the memcached service |
382
-
| memcached-blocks-index.​extraEnvVars[2]| object |`{"name":"MEMCACHED_THREADS","value":"4"}`| MEMCACHED_THREADS is the number of threads to use when processing incoming requests. By default, memcached is configured to use 4 concurrent threads. The threading improves the performance of storing and retrieving data in the cache, using a locking system to prevent different threads overwriting or updating the same values. |
| memcached-blocks-metadata.​enabled | bool |`true`| Enables support for block metadata caching |
390
-
| memcached-blocks-metadata.​extraEnvVars[0]| object |`{"name":"MEMCACHED_CACHE_SIZE","value":"1024"}`| MEMCACHED_CACHE_SIZE is the amount of memory allocated to memcached for object storage |
391
-
| memcached-blocks-metadata.​extraEnvVars[1]| object |`{"name":"MEMCACHED_MAX_CONNECTIONS","value":"1024"}`| MEMCACHED_MAX_CONNECTIONS is the maximum number of simultaneous connections to the memcached service |
392
-
| memcached-blocks-metadata.​extraEnvVars[2]| object |`{"name":"MEMCACHED_THREADS","value":"4"}`| MEMCACHED_THREADS is the number of threads to use when processing incoming requests. By default, memcached is configured to use 4 concurrent threads. The threading improves the performance of storing and retrieving data in the cache, using a locking system to prevent different threads overwriting or updating the same values. |
| memcached-blocks.​enabled | bool |`true`| Enables support for block caching |
400
-
| memcached-blocks.​extraEnvVars[0]| object |`{"name":"MEMCACHED_CACHE_SIZE","value":"1024"}`| MEMCACHED_CACHE_SIZE is the amount of memory allocated to memcached for object storage |
401
-
| memcached-blocks.​extraEnvVars[1]| object |`{"name":"MEMCACHED_MAX_CONNECTIONS","value":"1024"}`| MEMCACHED_MAX_CONNECTIONS is the maximum number of simultaneous connections to the memcached service |
402
-
| memcached-blocks.​extraEnvVars[2]| object |`{"name":"MEMCACHED_THREADS","value":"4"}`| MEMCACHED_THREADS is the number of threads to use when processing incoming requests. By default, memcached is configured to use 4 concurrent threads. The threading improves the performance of storing and retrieving data in the cache, using a locking system to prevent different threads overwriting or updating the same values. |
| memcached-frontend.​enabled | bool |`true`| Enables support for caching queries in the frontend |
410
-
| memcached-frontend.​extraEnvVars[0]| object |`{"name":"MEMCACHED_CACHE_SIZE","value":"1024"}`| MEMCACHED_CACHE_SIZE is the amount of memory allocated to memcached for object storage |
411
-
| memcached-frontend.​extraEnvVars[1]| object |`{"name":"MEMCACHED_MAX_CONNECTIONS","value":"1024"}`| MEMCACHED_MAX_CONNECTIONS is the maximum number of simultaneous connections to the memcached service |
412
-
| memcached-frontend.​extraEnvVars[2]| object |`{"name":"MEMCACHED_THREADS","value":"4"}`| MEMCACHED_THREADS is the number of threads to use when processing incoming requests. By default, memcached is configured to use 4 concurrent threads. The threading improves the performance of storing and retrieving data in the cache, using a locking system to prevent different threads overwriting or updating the same values. |
0 commit comments