Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Liferay Portal 6.x Enterprise Intranets (Update)

You're reading from   Liferay Portal 6.x Enterprise Intranets (Update) A practical guide to adopting portal development best practices in an Enterprise world

Arrow left icon
Product type Paperback
Published in Aug 2015
Publisher Packt
ISBN-13 9781782162841
Length 614 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (13) Chapters Close

Preface 1. Introducing Liferay for Your Intranet FREE CHAPTER 2. Setting Up a Home Page and Navigation Structure for the Intranet 3. Bringing in Users 4. Forums, Categorization, and Asset Publishing 5. Understanding Wikis, Dynamic Data Lists, and Polls 6. Blogs, WYSIWYG Editors, and Social Networking 7. Understanding Sites 8. Document and Media Management 9. Web Content Management 10. Marketplace, Social Office, and Audience Targeting 11. Server Administration Index

Performance tuning


Every application is required to be tuned to improve the performance, especially when the users have increased and the site winds up generating more traffic than you anticipated. You can improve the Liferay Portal performance by changing settings in some properties files and improving the in-memory capacity.

Memory

It's a vital area for improving system performance. Whenever there is a need to optimize performance, you should first check the amount of memory space for JVM heap. There should be sufficient memory in your server, and your JVM is tuned to use it to avoid the impact due any disk swapping.

Java provides you with a few JVM command properties that control the amount of memory in the Java heap:

  • -Xms: This sets the initial Java heap size

  • -Xmx: This sets the maximum Java heap size

  • -XX:MaxPermSize: This sets the permanent generation space

The preceding three settings allow you to control the memory in the Java heap. The initial heap size and maximum heap size should be set...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image