Alfresco Content Repository Docker Container suddenly stopped

cancel
Showing results for 
Search instead for 
Did you mean: 
dzulfikriachmad
Active Member

Alfresco Content Repository Docker Container suddenly stopped

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.

4 Replies
abhinavmishra14
Advanced

Re: Alfresco Content Repository Docker Container suddenly stopped

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.

~Abhinav
(ACSCE, AWS SAA, Azure Admin)
dzulfikriachmad
Active Member

Re: Alfresco Content Repository Docker Container suddenly stopped

My memory is 16 GB, what is the recommendation for allocation memory of acs and share?

abhinavmishra14
Advanced

Re: Alfresco Content Repository Docker Container suddenly stopped

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

 

 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)
dzulfikriachmad
Active Member

Re: Alfresco Content Repository Docker Container suddenly stopped

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!