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 |`false`| Enables support for block index caching |
386
+
| memcached-blocks-index.​enabled | bool |`true`| Enables support for block index caching |
387
387
| 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 |
388
388
| 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 |
389
389
| 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 |`false`| Enables support for block metadata caching |
396
+
| memcached-blocks-metadata.​enabled | bool |`true`| Enables support for block metadata caching |
396
397
| 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 |
397
398
| 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 |
398
399
| 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 |`false`| Enables support for block caching |
406
+
| memcached-blocks.​enabled | bool |`true`| Enables support for block caching |
405
407
| 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 |
406
408
| 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 |
407
409
| 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 |`false`| Enables support for caching queries in the frontend |
416
+
| memcached-frontend.​enabled | bool |`true`| Enables support for caching queries in the frontend |
414
417
| 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 |
415
418
| 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 |
416
419
| 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