Oi Daniel,
Very interesting! I use VM's a lot and always found geoserver very slow to
start. :(

On my "Ubuntu 16.04 server minimal VM, clean install", running on vmware
player:
(needed previous: sudo apt install curl)

sudo su
service tomcat8 stop && service tomcat8 start && time curl
http://127.0.0.1:8080/geoserver/web

# returns
real    0m24.487s
user    0m0.000s
sys     0m0.004s

Then I tried the havegen solution:

sudo apt install haveged

#verifydefaults
sudo vi /etc/default/haveged
#contains: checked
DAEMON_ARGS="-w 1024"

#start havegd at boot
update-rc.d haveged defaults

sudo reboot

Run it again:
sudo su
service tomcat8 stop && service tomcat8 start && time curl
http://127.0.0.1:8080/geoserver/web

#Results
real    0m24.258s
user    0m0.000s
sys     0m0.004s

The same! :(

Am I doing this right?

Thank's
Ricardo
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to