-
Bug
-
Resolution: Done
-
Major
-
2.2.14.Final
-
None
I run a SpringBoot Application in docker for MultipartFile upload. But I found that the disk used was grouped slowly。The reason is a lot of temp file in the path "/tmp" was deleted,but the handle of these file wasn't release. I must restart my docker container while the disk used 90%.