07-29-2020 02:26 AM
Hi, I am new in this community. There is one thing i would like to ask, so i've installed alfresco community in my server using docker. Alfresco Content Repository container stopped when i'm uploading couple files to the Alfresco Share. It happened quiet frequent. Anyone knows why this thing happened? I've tried to read the logs but there is no error message.
I am using Alfresco Community 6.2.
Thank You.
07-29-2020 04:03 AM
Most like a memory issue, check the memory allocated to acs and share. Did you checked logs to see if you can locate any errors?
Once all containers are up, run below command to see if all containers are up and running:
docker ps
Run below command to check resources on all containers:
docker stats
miminum 8 GB memory is required.
07-29-2020 01:14 PM
My memory is 16 GB, what is the recommendation for allocation memory of acs and share?
07-29-2020 09:35 PM
Were you able to find any errors in the log?
Check how much memory you have allocated to docker. That is shared between all the containers.
You can use this command to provide resources to docker:
docker run --memory 8g --cpus 2
If you are on windows, check this for docker desktop
if you are on mac, check this for docker desktop
07-30-2020 05:22 AM
No, i couldn't find any errors in the log. The container just stopped suddenly. Okay i'll try your suggestions.
Thank you very much!
Explore our Alfresco products with the links below. Use labels to filter content by product module.