On 04/23/2014 01:01 PM, Philipp Setzer wrote: > If you have issues with the login page when installing Djigzo on a > raspberry pi you need to make sure that your wrappers are > executable. Just check the /var/log/djigzo.log for more infos. > > I also added a community java service wrapper for arm in djigzo to > run it. > > even after using the embedded java by oracle Djigzo is still > running very slowly and I can’t figure out yet how to improve the > performance. > > If you have any hits I’d appreciate your help!
The best way to detect any possible bottlenecks (other then that the PI is not very fast) is to use some profiler. The profiler can run on an external machine and collects timing information from the app. An open source profiler can be found at visualvm.java.net Yourkit (http://www.yourkit.com) seems to a good product but afaik it's a commercial product. To enable remote debugging/profiling you probably need to add additional flags to the wrapper config. This depends on the profiler used. Kind regards, Martijn Brinkers -- DJIGZO email encryption _______________________________________________ Users mailing list [email protected] https://lists.djigzo.com/lists/listinfo/users
