The Angular frontend appears to have a memory leak. Our installation keeps crashing as it's running out of memory even though it's completely idle and unused. After around of 2 weeks its Docker container reaches ~8GB of RAM on our server which is wild for some frontend code (not counting the other containers which are also part of the system).
I fixed this by limiting the container memory limit to 2GB and having it restart once it crosses this limit. However, it would certainly be great if it didn't feature a memory leak at all. The previous version of the CLARIN DSpace fork doesn't have one AFAIK.
The Angular frontend appears to have a memory leak. Our installation keeps crashing as it's running out of memory even though it's completely idle and unused. After around of 2 weeks its Docker container reaches ~8GB of RAM on our server which is wild for some frontend code (not counting the other containers which are also part of the system).
I fixed this by limiting the container memory limit to 2GB and having it restart once it crosses this limit. However, it would certainly be great if it didn't feature a memory leak at all. The previous version of the CLARIN DSpace fork doesn't have one AFAIK.