mantidproject / dockerfiles

Docker images relating to Mantid
https://hub.docker.com/u/mantidproject/
GNU General Public License v3.0
3 stars 7 forks source link

Investigate increasing memory usage on `isiscloudwin` machines #80

Closed robertapplin closed 1 year ago

robertapplin commented 1 year ago

It is possible that the memory being used on the isiscloudwin machines is gradually going up over time. We should investigate if this is the case, and find out why. Ideally, we shouldn't need to keep cleaning up the system manually when it runs out of memory.

Useful command docker system df and docker system prune -a. The memory used up by the containers is probably where the problem lies (if there is a problem).

robertapplin commented 1 year ago

It turns the memory was filled up by images and containers left over from development