Closed mm-mse closed 1 month ago
Hello @mm-mse, I was unable to reproduce the issue you encounter If you could share the amount of AAS that are stored in your MongoDB we could investigate the issue further.
Sorry I could also not reproduce it again using a newer setup.
Describe the bug When deployt in Azure Container Apps the environment container runs into a
java.lang.OutOfMemoryError: Java heap space
exception after a few requests. When reviewing the container I can see that it has a memory consumption of 1.1GB. Compared to an old version (Digestf07ef156cc
) using ~500MB that's a huge increase of memory consumption.To Reproduce Steps to reproduce the behavior:
eclipsebasyx/aas-environment:2.0.0-milestone-04
Expected behavior Less memory consumption for environments that just request the shells from a MongoDB.
BaSyx (please complete the following information):
eclipsebasyx/aas-environment:2.0.0-milestone-04
Screenshots If applicable, add screenshots to help explain your problem.
Used Asset Administration files (.aasx/.json/.xml) Please drop your AAS files here that were used when the bug was encountered.
BaSyx configuration Env variables:
<connection-string-to-cosmosdb-for-mongodb>
System (please complete the following information):
Additional context The data is stored in a
Azure CosmosDB for MongoDB
and displayed via the BaSyx WebUI.Part of the logs: