<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alfresco Content Repository Docker Container suddenly stopped in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-repository-docker-container-suddenly-stopped/m-p/88005#M26465</link>
    <description>&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;Once all containers are up, run below command to see if all containers are up and running:&lt;/P&gt;
&lt;PRE&gt;docker ps&lt;/PRE&gt;
&lt;P&gt;Run below command to check resources on all containers:&lt;/P&gt;
&lt;PRE&gt;docker stats&lt;/PRE&gt;
&lt;P&gt;miminum 8 GB memory is required.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jul 2020 08:03:50 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-07-29T08:03:50Z</dc:date>
    <item>
      <title>Alfresco Content Repository Docker Container suddenly stopped</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-repository-docker-container-suddenly-stopped/m-p/88004#M26464</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;I am using Alfresco Community 6.2.&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 06:26:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-repository-docker-container-suddenly-stopped/m-p/88004#M26464</guid>
      <dc:creator>dzulfikriachmad</dc:creator>
      <dc:date>2020-07-29T06:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Content Repository Docker Container suddenly stopped</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-repository-docker-container-suddenly-stopped/m-p/88005#M26465</link>
      <description>&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;Once all containers are up, run below command to see if all containers are up and running:&lt;/P&gt;
&lt;PRE&gt;docker ps&lt;/PRE&gt;
&lt;P&gt;Run below command to check resources on all containers:&lt;/P&gt;
&lt;PRE&gt;docker stats&lt;/PRE&gt;
&lt;P&gt;miminum 8 GB memory is required.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 08:03:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-repository-docker-container-suddenly-stopped/m-p/88005#M26465</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-07-29T08:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Content Repository Docker Container suddenly stopped</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-repository-docker-container-suddenly-stopped/m-p/88006#M26466</link>
      <description>&lt;P&gt;My memory is 16 GB, what is the recommendation for allocation memory of acs and share?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 17:14:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-repository-docker-container-suddenly-stopped/m-p/88006#M26466</guid>
      <dc:creator>dzulfikriachmad</dc:creator>
      <dc:date>2020-07-29T17:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Content Repository Docker Container suddenly stopped</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-repository-docker-container-suddenly-stopped/m-p/88007#M26467</link>
      <description>&lt;P&gt;Were you able to find any errors in the log?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Check how much memory you have allocated to docker. That is shared between all the containers.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You can use this command to provide resources to &lt;A href="https://docs.docker.com/config/containers/resource_constraints/" target="_self" rel="nofollow noopener noreferrer"&gt;docker&lt;/A&gt;:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;docker run --memory 8g --cpus 2&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you are on windows, check this for docker &lt;A href="https://docs.docker.com/docker-for-windows/" target="_self" rel="nofollow noopener noreferrer"&gt;desktop&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;if you are on mac, check this for &lt;A href="https://docs.docker.com/docker-for-mac/" target="_self" rel="nofollow noopener noreferrer"&gt;docker desktop&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 01:35:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-repository-docker-container-suddenly-stopped/m-p/88007#M26467</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-07-30T01:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Content Repository Docker Container suddenly stopped</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-repository-docker-container-suddenly-stopped/m-p/88008#M26468</link>
      <description>&lt;P&gt;No, i couldn't find any errors in the log. The container just stopped suddenly. Okay i'll try your suggestions.&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 09:22:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-repository-docker-container-suddenly-stopped/m-p/88008#M26468</guid>
      <dc:creator>dzulfikriachmad</dc:creator>
      <dc:date>2020-07-30T09:22:02Z</dc:date>
    </item>
  </channel>
</rss>

