Book Image

Alfresco for Administrators

By : Vandana Pal
Book Image

Alfresco for Administrators

By: Vandana Pal

Overview of this book

Alfresco is an open source Enterprise Content Management (ECM) system for Windows and Linux-like operating systems. The year-on-year growth of business connections, contacts, and communications is expanding enterprise boundaries more than ever before. Alfresco enables organizations to collaborate more effectively, improve business process efficiency, and ensure information governance. The basic purpose of Alfresco is to help users to capture and manage information in a better way. It helps you capture, organize, and share binary files. This book will cover the basic building blocks of an Alfresco system, how the components fit together, and the information required to build a system architecture. This book will also focus on security aspects of Alfresco. such as authentication, troubleshooting, managing permissions, and so on. It will also focus on managing content and storage, indexing and searches, setting up clustering for high availability, and so forth.
Table of Contents (17 chapters)
Alfresco for Administrators
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Server maintenance and best practices


To maintain any system and to make it perform in an optimal manner requires some tuning as per the organization needs and load on the application. Different components of Alfresco such as JVM, database, indexes, application thread, and so on, need to be tuned as per the system needs. Default settings work with less data sets.

Let's look at the different aspects of server maintenance and tuning.

Understanding JVM settings

Java memory and garbage collections settings are mainly associated with repository usage. Based on the number of concurrent users using the system, the amount of read/write operations will help you to decide the memory settings. As per Alfresco it is recommended to use a 64 bit machine and JVM. A 32 bit machine will not provide optimal performance. Also make sure the clock speed is above 2.5 Gz.

A few important tips while tuning JVM include:

  • Make sure the following settings are being set in JVM:

    XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode...