-
Type: Improvement
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.2.0, nuxeo-11.0.0
-
Component/s: ARender
-
Epic Link:
When previewing a large file (200MB PSD), the storage grows up to 1.7GB and then drops to 228MB.
Initial situation
2.7M ./converter 4.0K ./broker 180K ./jni 12K ./dfs 900K ./pdfbox 4.0K ./previewer 3.8M
At peak
422M ./converter 4.0K ./broker 448M ./jni 419M ./dfs 398M ./pdfbox 40K ./previewer 1.7G .
After several hours
2.7M ./converter 4.0K ./broker 224M ./jni 12K ./dfs 4.0K ./pdfbox 8.0K ./previewer 227M .
So there seems to be a 228MB leak in the JNI pod as no activity was present during the test.
As the deployment mounts persistent storage for /arender/tmp, it is not possible to lose track of such files.