11-04-2016 09:09 AM
Hello, my alfresco community consume all memory, which i give him with settings.
Alfresco version i have 5.1.g (201605 release).
Server has 20GB RAM and 8 CPU.
Java processes consume 16,1GB RAM (in setenv.sh i have -Xms5G -Xmx15G).
Postgres has shared memory setting on 3GB.
I can't restart alfresco tomcat, because tomcat java say me "insufficient memory".
And alfresco make 20 times everyday error 503 in web browser. After minute is alfresco again OK.
Do you know, what is problem?
11-04-2016 09:28 AM
It is hard to analyze memory errors / potential leaks from what little information you have provided. E.g. you haven't said what operations you are typically performing, if you have just performed some kind of batch operation etc. You also have not provided any kind of information from the alfresco.log file that might be helpful.
Of course you can restart Alfresco - if an error prevents you from stopping it then you may have to kill the process forcibly. But afterwards you should be able to start it again.
11-05-2016 07:18 PM
Which is the size of your repository? Maybe greater than 1 TB?
11-07-2016 02:00 AM
Hi, i am on begin analyze..
After restart several days works all fine..
My repository has 800GB..
11-07-2016 02:12 AM
Maybe it's just a memory consumption problem. As repository size grows, RAM requirements are also greater.
Try to increment 4 GB dedicated memory to Tomcat (specifically to alfresco.war app)
11-07-2016 02:22 AM
Please, can you help me, how i can set it?
11-07-2016 02:28 AM
If you have all webapps in the same Tomcat, just increase Java memory settings.
As you have only 20 GB available in your server, you'll need to increase server RAM or move Postgresql to another server.
11-07-2016 02:31 AM
I have 20GB RAM on server and in java i have setting -Xms5G -Xmx15G
In postgres i have set shared_memory to 3G
Thats bad?
11-07-2016 04:01 AM
It's not bad, but it's not enough.
If you can increase your server RAM to 28 GB, I'll recommend you:
-Xms5G -Xmx20G
5G to postgres shared_memory
11-07-2016 04:33 AM
OK, i try it;-)
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.