0
Answered
ubooquity for large traffic
I have setup ubooquity succesfully and I really love it. The problem is I have open it up for public and shared my link to 100s of users who are using it everyday and it seems to have put real stress on the server, it can be very slow during heavy traffic (I have checked on the network and disk io and the problem is not there). My question is is there anything I can do to make it faster to load?
Customer support service by UserEcho
The only thing you can try (if you did not already) is to give Ubooquity more RAM to work with.
This is done with the -Xmx Java option.
If you use the script I provide, just uncomment this line (remove the "#") and change the value if needed:
It's printed somewhere at the beginning of Ubooquity log file if you want to take a look.
http://askubuntu.com/questions/48708/change-niceness-priority-of-a-running-process
I spotted an error in the script, probably the one that prevented you from using it,
I'll fix it tonight. Done.Max heap size available: 3539 MB
Under normal circumstance. it looks like a case of not being built to handle this much load. A quick restart makes it faster again. I might use a script for now to restart it every few hours. Thanks for all the help.
But since it has not really been a problem so far, I kept postponing it (that and the fact that it's quite tedious a task).