Hi,
I was looking into build times, and trying to see if there is anything
doable to reduce them.
On a serial build I've found nothing, tried to tune the JVM heap, the
garbage collector, run test with a profiler, nothing helped.

However, on a parallel build, there are "flat CPU" parts of the build that
enjoy little parallelization.
On that shows up evidently is, towards the end, app-schema tests, they take
a lot of time, and end up being at the
end because they depend both on wms and wfs, which are the main drivers of
our build (the slow part
is main->wfs->wms, after main there is parallelilzation, then we have to
wait for wfs to finish, parallelization
again, then wms to finish, final parallelization).

The app-schema ones have a small number of wms tests, but are waiting for
wms to build because of those.
So I'm asking to the app-schema experts, would it be hard to have a
app-schema-wfs-test and a app-schema-wms-test,
making the bulk of app-schema test run as soon as wfs is ready?
I see there are also dependencies on web-ui and restconfig, those could
maybe also be split in their own little modules

The other "beast" that could enjoy some splitting is gs-main, the security
portion could maybe be separated out, but
not sure there are many modules that could run without depending also on it
(which would defeat the purpose of
splitting main). Has anyone ever looked into it?

Cheers
Andrea

== GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf
Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa
(LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549
http://www.geo-solutions.it http://twitter.com/geosolutions_it
------------------------------------------------------- *Con riferimento
alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto, gli eventuali
allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
sarei comunque grato se potesse darmene notizia. This email is intended
only for the person or entity to which it is addressed and may contain
information that is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European Regulation 2016/679
“GDPR” - copying, dissemination or use of this e-mail or the information
herein by anyone other than the intended recipient is prohibited. If you
have received this email by mistake, please notify us immediately by
telephone or e-mail.*
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to