OpenEdit Developer ForumWelcome to the OpenEdit User Forum. You must be registered and logged in to post a new comment or topic. This forum is only for developers who want to discuss the technical aspects of the OpenEdit Framework. For end user technical support please visit the EnterMedia web site. How much RAM does one instance of openedit requires?Hi, I have multiple instances of openedit running on my VPS. Recently I have started experiencing problems with my memory requirements. My server goes out of memory and shuts down Tomcat. There is nothing else on the VPS. Only 6 instances of openedit configured under different domain names as separate websites. Can anyone let me know how much does a single instance of openedit consume. Thanks. Shakeel Ahmad Posted by Shakeel Ahmad Tue, Aug 19 2008 6:46 AM
|
Most Recent Posts
encodings ...
(4 comments)
Slamdance
(7 comments)
Help upgrading jars on starter war
(6 comments)
Help, Velocity Generator not initializing
(4 comments)
Multiple Main Sites
(10 comments)
Search filtering by theme
(3 comments)
xml version "s1.0" error
(4 comments)
How can i localization the openedit?
(3 comments)
Problem with the interface
(4 comments)
latest openedit-editor build
(2 comments) Archive
Log in
Syndicate:
|
Copyright 2008 OpenEdit Inc. All rights reserved. last modified: Aug 19 2008

I just ran a benchmark. Looks like OpenEdit takes five megs for each installation.
Tomcat may need a configuration tweak to add more memory to the heap or more MaxPerSize?
Ran a profiler and found these results. For six sites we use 25 megs.
9.5 megs Used by VelocityCharStream
1.6 megs used by Apache String Utils
The rest is mostly from the web server and Class loading
Seems like the Velocity cache is using more memory than we would like. I will look into if there is a setting we can use to make a smaller cache.
Have made some changes to Velocity today after seeing this comment about Tomcat.
http://markmail.org/message/4gk3s3sxxx5x7hhd#query:resource.manager.defaultcache.size+page:1+mid:xvflwjp6hnna55uc+state:results
Maybe give the new development version a try.
Great! I will download and try the new version and will post my findings here.
It works much better than before.
Thanks.