Hi guys,

-Is there a way to get chat message notification sounds?
-Where is the user data stored? (I want to move to RC2, without losing user
data)
-I think these are bugs. Shall I just submit them to the bug tracker?

-Chat hyperlinks open in the same tab, which exits the OpenMeeting,
obviously. There's no way to get them to open in a new tab. [Low priority]
-When changing browser window size, the Chat field is not resized, meaning
you can't read long lines. [Low priority]
-Ctrl+Z doesn't work in chat [Actually, I found this one in the bugs
already. It's a Flash issue. So nevermind that then. Maybe we could
implement a hotkey that *does* work to replace Ctrl+Z?]


Note:
I had some issues with *java.lang.OutOfMemoryError: PermGen space*. Some
googling suggests this is an issue that can come from memory leaks (classes
that can't be garbage collected due to circular references, or static
references, or something. Not sure). It seems to have been fixed by adding
the following flags: -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC
-XX:MaxPermSize=128m
I don't know exactly if all 3 are needed. Note that this may slow things
down. Note that PermGen space is not increased by increasing the Xmx. Note
that I'm out of my depth and am just quoting bits of the internet here.
Currently I'm starting with these JAVA_OPTS:
*set JAVA_OPTS= -Xmx1024m -Xms128m -Xmn512m -Xss512k
-XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:MaxPermSize=128m*
It's been running stable for half a day now, with a load of 2 to 6 users
streaming video.

Cheers,
Marius

Reply via email to