Module
dms
Describe the bug
We are running into a memory spike issue with the dms module and wanted to check if others have experienced the same. When creating a new subdirectory inside a directory that already has many subdirectories and files, memory usage spikes very high during save. In our case the parent directory has ~350 with a total of ~4000 files and ~700mb in size. On small servers with limited RAM this leads to a crash or an MemoryError
To Reproduce
Affected versions: 18.0
Steps to reproduce the behavior:
- Have a directory containing a large number of subdirectories and files
- Create a new subdirectory
- Click save
- Watch memory spike
Expected behavior
Creating a subdirectory should be lightweight and should not depend on existing content...
Module
dms
Describe the bug
We are running into a memory spike issue with the dms module and wanted to check if others have experienced the same. When creating a new subdirectory inside a directory that already has many subdirectories and files, memory usage spikes very high during save. In our case the parent directory has ~350 with a total of ~4000 files and ~700mb in size. On small servers with limited RAM this leads to a crash or an
MemoryErrorTo Reproduce
Affected versions: 18.0
Steps to reproduce the behavior:
Expected behavior
Creating a subdirectory should be lightweight and should not depend on existing content...