Skip to content

Improving memory usage / cache usage #24403

@PVince81

Description

@PVince81

From @butonic:

A non exhaustive search reveals other places where an array is used to cache data:

apps/user_ldap/group_ldap.php#L46
apps/user_ldap/group_ldap.php#L51
apps/dav/lib/connector/sabre/sharesplugin.php#L67
apps/dav/lib/connector/sabre/tagsplugin.php#L80
apps/dav/lib/connector/sabre/custompropertiesbackend.php#L75
lib/private/Encryption/File.php#L35
lib/private/Files/Config/UserMountCache.php#L54
lib/private/Files/Config/UserMountCache.php#L61
lib/private/Files/Storage/LocalTempFileTrait.php#L40

We should check them after we decide how to handle this. Not all of them justify using a CappedMemoryCache, eg: lib/private/Config.php#L42

@DeepDiver1975 @rullzer @icewind1991 @schiesbn @nickvergessen

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions