JVM size issue

Can Help me to !

I have change at /bin/messenger.sh =messenger_exec_command=“exec “$JAVACMD” -Xms248M -Xmx450M -server $MESSENGER_OPTS -classpath “$LOCALCLASSPATH” -jar “$MESSENGER_LIB”/startup.jar”

why allocate JVM still heve 64 Mb (default)…? what’'s wrong…?

Please Help me

Thanks

Rony,

Hmm, that looks correct as far as I can tell. How are you verifying that the JVM is still set with a 64 MB max heap size?

Regards,

Matt

yes…My jive server JVM still 64 Mb…

I don’‘t see why this would help, but can you try adding the memory size arguments to after the -server flag? Also, are you sure you’‘re editing the script that you’'re actually using to launch the app?

Regards,

Matt