Issues: Bulk Image Upload to AEM DAM ->8000 Assets All,I am facing issues with uploading assets to AEM via a bundle. I have assets close to 9000 and i notice issues such as1. Disk space decreasing , around 9-10 gb and on tar opt i see around 5 gb released. Question: What is the potential cause for this disk space increase?Approach taken: I am invoking the save, for every 20-22 assets, and i have tried for 10-15 as well. Along with that the code attempts to check if the workflow for the asset is complete, and if the rendition, 48x48 is generated, after creating the asset and setting metadata values and tags, if the workflow status is true or the rendition has not been generated, i invoke thread.sleep and wait for it to complete, the process for waiting for the completion of workflow and rendition is done for 15 assets in a batch .Once complete , save operation is invoked if image counter is 20 or 15.Used asset.setBatch but in vain.Question : Is there any caching of inputstream in AEM?Approach Taken: I open the inputstream and close it a