11
123 Flash Chat Support / Re: Java memory usage
« Last post by studio243 on December 30, 2015, 09:09:32 AM »The value shouldn't be more than the actual memory your server has. My chatroom runs on a server with only 1GB of ram without any problems - it's a small community chatroom with around 40 users maximum at any one time.
I set the memory on my server as per the instructions above to:
-Xmx1024m
which matches the actual ram of the server (don't forget to remove the "#" from the beginning of the line before you save the file).
It's also a good idea to have some virtual memory (swap memory) set as well to safeguard against the server running out of memory if you haven't done so already.
I set the memory on my server as per the instructions above to:
-Xmx1024m
which matches the actual ram of the server (don't forget to remove the "#" from the beginning of the line before you save the file).
It's also a good idea to have some virtual memory (swap memory) set as well to safeguard against the server running out of memory if you haven't done so already.

Recent Posts