Currently we have an Alfresco Enterprise production environment, version 3.3.5. The performance of this environment is lacking since the repository is growing. If we browse through the Alfresco Explorer it takes up to 10 seconds to open an empty folder. It used to be less then 1 second.
The Alfresco environment is a standard installation with minor content-model changes. We only added a string field to the content metadata-model.
Currently we have the following extra configuration settings apart from the standard settings:
* alfresco-global.properties:
hibernate.jdbc.fetch_size=150 db.pool.max=275 db.pool.validate.query=SELECT 1 FROM DUAL system.usages.enabled=false
I suggest you call Alfresco Support. They will almost certainly ask for more information like stack dumps and performance monitoring results. Why did you think you needed to reindex lucene? And did it make a difference?
From what you posted db.pool.max=275 may be worth increasing this a bit. Depends upon your load. And is your oracle database running O.K. have you gathered the stats recently?
The database is running OK, Oracle ADDM is not showing any warnings or errors. Also we tried to rebuild the Alfresco indexes in the database, this didn't make any difference.
We editted some more config settings which show Alfgresco is faster:
So how much faster has the application gone with the removal of Max New Size?
In general I think the current advice is to leave the JVM alone without changing properties. If you have a memory problem then you really need to run a profiler to identify exactly what the problem is.