Skip to content
Snippets Groups Projects

Use LRU for entity cache

Closed Alex Pott requested to merge issue/drupal-3498154:3498154-use-lru-for-entity-cache into 11.x
1 unresolved thread
4 files
+ 13
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -238,6 +238,11 @@ parameters:
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials
supportsCredentials: false
# The maximum number of entities stored in memory. Lowering this number can
# reduce the amount of memory used in long-running processes like migrations,
# however will also increase requests to the database or entity cache backend.
entity.memory_cache.slots: 1000
queue.config:
# The maximum number of seconds to wait if a queue is temporarily suspended.
# This is not applicable when a queue is suspended but does not specify
Loading