[GeoNetwork-users] GeoNetwork 2.4.1 requirements

Hi all,

What are the current minimum requirements regarding memory for GeoNetwork 2.4?

This page mentions "2MB" RAM, which should probably read "2GB", but is for version 2.0:
http://geonetwork-opensource.org/documentation/tutorial/administration/webinstallreq

Also what JAVA options are you recommending? I'm running GeoNetwork on a Linux box with Apache, Tomcat and Postgres.

I found some requests for recommended production environment characteristics and profiling on Nabble as well, but there has been no answer yet.

Can anyone give me a recommendation?

Cheers,

--
Michael Stegherr, Computer Scientist
CSIRO Exploration and Mining | Phone 08 6436 8572
AARC, 26 Dick Perry Av, Kensington WA 6151, Australia

Hi Michael,
Normally I give the JVM running GeoNetwork 1GB RAM and that works very well. More RAM will allow you to have more parallel sessions without running into memory heap exceptions. This should work under normal loads. By default user sessions were valid for three hours, but I think this has already been reduced to some 30 minutes in GN2.4.
You can see what recommended options for the JVM are used by studying the geonetwork startup file. They are:

java -Xms48m -Xmx512m -Xss2M -XX:MaxPermSize=128m -DSTOP.PORT=8079 -Djava.awt.headless=true

You see that by default it only gets 512MB and a minimum configuration only has 256MB.
Hope this helps, ciao,
Jeroen

On Sep 14, 2009, at 10:01 AM, <Michael.Stegherr@anonymised.com> <Michael.Stegherr@anonymised.com > wrote:

Hi all,

What are the current minimum requirements regarding memory for GeoNetwork 2.4?

This page mentions "2MB" RAM, which should probably read "2GB", but is for version 2.0:
http://geonetwork-opensource.org/documentation/tutorial/administration/webinstallreq

Also what JAVA options are you recommending? I'm running GeoNetwork on a Linux box with Apache, Tomcat and Postgres.

I found some requests for recommended production environment characteristics and profiling on Nabble as well, but there has been no answer yet.

Can anyone give me a recommendation?

Cheers,

--
Michael Stegherr, Computer Scientist
CSIRO Exploration and Mining | Phone 08 6436 8572
AARC, 26 Dick Perry Av, Kensington WA 6151, Australia

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. Best Open Source Mac Front-Ends 2024
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at GeoNetwork - Geographic Metadata Catalog download | SourceForge.net

Hello folks,

2009/9/14 Jeroen Ticheler <Jeroen.Ticheler@anonymised.com>:

By default user sessions were valid for three hours, but I
think this has already been reduced to some 30 minutes in GN2.4.

Where can I check this setting?

Thank you for the help
Luca

Hi Luca

You can change it in the file install_dir\web\geonetwork\WEB-INF\web.xml:

Look for the next section and change the parameter session-timeout (in
minutes) to the value you need:

    <session-config>
        <session-timeout>180</session-timeout>
    </session-config>

Geonetwork restart should be needed to apply the change.

Regards,
Jose Garcia

On Wed, Sep 16, 2009 at 7:04 PM, Luca Casagrande
<luca.casagrande@anonymised.com>wrote:

Hello folks,

2009/9/14 Jeroen Ticheler <Jeroen.Ticheler@anonymised.com>:

> By default user sessions were valid for three hours, but I
> think this has already been reduced to some 30 minutes in GN2.4.

Where can I check this setting?

Thank you for the help
Luca

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork