If I upload images using the webinterface, multiple processes of the transform user are initiated to create the thumbnails. Is there a possbility to limit the max number of transform processes to ensure that the server ram is not exceeded if someone upload hundrest of images?
You can see the problem in the attached image. I have uploaded 800 photos in my test environment, and when I watched the images more than 10 convert processes are initiated by Alfresco share(?). Without limitation of the max number of simultanious transform porcesses, it can't scale.
Thanks,
Florian
Solved! Go to Solution.
You can use following properties to limit the simultaneous transforming processes for transform-core-aio:
transform-core-aio: image: docker.io/alfresco/alfresco-transform-core-aio:4.0.0 environment: JAVA_OPTS: >- -Dserver.tomcat.threads.max=12 -Dserver.tomcat.threads.min=4
You can use following properties to limit the simultaneous transforming processes for transform-core-aio:
transform-core-aio: image: docker.io/alfresco/alfresco-transform-core-aio:4.0.0 environment: JAVA_OPTS: >- -Dserver.tomcat.threads.max=12 -Dserver.tomcat.threads.min=4
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.