Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!11383
Use LRU for entity cache
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Use LRU for entity cache
issue/drupal-3498154:3498154-use-lru-for-entity-cache
into
11.x
Overview
1
Commits
2
Pipelines
2
Changes
4
1 unresolved thread
Hide all comments
Closed
Alex Pott
requested to merge
issue/drupal-3498154:3498154-use-lru-for-entity-cache
into
11.x
2 months ago
Overview
1
Commits
2
Pipelines
2
Changes
4
1 unresolved thread
Hide all comments
Expand
Closes
#3498154
0
0
Merge request reports
Compare
11.x
version 1
e20b7557
2 months ago
11.x (base)
and
latest version
latest version
a7d041a9
2 commits,
2 months ago
version 1
e20b7557
1 commit,
2 months ago
4 files
+
13
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
core/assets/scaffold/files/default.services.yml
+
5
−
0
Options
@@ -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