• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

why is Liferay CE so slow

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I see from the forum that I'm not the only one who has noticed big performance problems with Liferay. I did see the link to http://www.liferay.com/community/wiki/-/wiki/Main/Performance and I hope it helps, but I am very surprised that out-of-the-box performance is so slow. I downloaded Liferay 6.0.1 Community Edition (Tomcat bundle), started it up and began clicking around the 7cogs demo -- seems like everything I click on takes 5 to 10 seconds to process. I figured it was just the Hypersonic HSQLDB that was slow, so I added portal-ext.properties to use MySQL instead, but I hardly saw any improvement. Host workstation was Windows XP, 2.8GHz cpu, 1GB RAM.

So I guess this is a general Liferay question and not portal/portlet-specific, but can you comment on Liferay performance? Are you surprised to hear how slow it is, or is it a known problem with the latest release?

Thanks.
 
author
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you may try 'Liferay Portal RC2 Released' at https://www.liferay.com/web/brian.chan/blog/-/blogs/liferay-portal-rc2-released
 
Author
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

It looks to me like this is your problem:

Host workstation was Windows XP, 2.8GHz cpu, 1GB RAM.



Liferay's JVM is set by default to 1024M (1GB), which is what it requires. So your system is out of memory and is swapping if you only have 1GB total.


--Rich
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just had to reply to this one.

Intel i7 2600k, 8GB ram, SSD HD, Liferay CE 6.0.6 on Jetty slow as molasses...

OMG, reminds me of developing with Alfresco...
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic