Quantcast
Channel: Alfresco Forums - Alfresco API
Viewing all articles
Browse latest Browse all 252

Alfresco Performance Issue

$
0
0

We are using alfresco community 4.0 version server. I m geting performance issue on our Alfresco server.

Initially we are uploading 1000 files within 1 hour but now only 100 files are able to upload the alfresco server through our java batches.

we are using alfresco web service's for uploading and downloading the files.

we are using following environment:

1 Alfresco 3.4 community version

2 DB postgres 9.2

3 Alfresco app server Details

OS App server RAM CPU
Linux 6.6 64bit Tomcat 6 12 GB 4

JVM setting -server -Xss1M -Xms3G -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:NewSize=2G -XX:MaxPermSize=1G -XX:CMSInitiatingOccupancyFraction=80

4 Postgres Server Details:

OS RAM CPU
Linux 6.6 64bit 8 GB 4

Data details on the alfresco app server.

folder size

/CMS_data/contentstore 1.5 Tera bytes

/CMS_Index/lucene-indexes 39 GB

Details of alfresco.global.properties

#
dir.root=/CMS_Data

# The location for lucene index files
dir.indexes=/CMSIndex/lucene-indexes

# The location for index backups
dir.indexes.backup=/CMSIndex/backup-lucene-indexes
#

# database connection properties
#
#db.username=alfresco
#db.password=alfresco
### database connection properties ###
db.name=postgres
db.username=usrname
db.password=pasword
db.host=192.xxx.xxx.xxx
db.port=xxx
db.driver=org.postgresql.Driver
db.url=jdbc:postgresql://${db.host}:${db.port}/${db.name}

alfresco.cluster.name=CMSCluster

4.0

Viewing all articles
Browse latest Browse all 252

Trending Articles