Memory and Timeout Settings

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
denisv
Posts: 253
Joined: Thu Jan 19, 2006 4:36 pm
Location: Ireland
Contact:

Memory and Timeout Settings

Post by denisv »

Could you please confirm what are the correct settings to change for increased memory for Aware and Tomcat in:

a) Application Mode
b) Windows Service Mode

Also if I wanted to increase timeout to 30 mins, I thinnk there are two settings, one for Aware and One for Tomcat ?
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

When Aware IM is run not as a Windows service (Aware IM Control Panel):

1) Memory settings for the Aware IM Server are set in the startAwareIM.bat file - change -Xmx96M setting
2) Memory settings for Tomcat and JBoss are set in the startupOptions.props file (the sample of this file is in the "samples" directory - copy this file into the BIN directory to get Aware IM to use it). Add the following after "java": -Xmx96M where 96M is the memory you are allocating. Can be any number greater than this provided your server has enough memory

When Aware IM is run as Windows service:
The settings are set in bin/awareim.conf (for Aware IM server), bin/jboss.conf (for JBoss) and bin/tomcat.conf (for Tomcat) files.
Add or modify the following line:
wrapper.java.maxmemory=96
The setting is in megabytes. Make sure that the line is uncommented (does not have # symbol in front of it)
Aware IM Support Team
Post Reply