On 24/03/2020 16:01, Jan Høydahl wrote: > It has been proposed many times to make Solr a truly standalone app and that > we should start Jetty from within Solr and not the other way around :)
Do you see this running in a single JVM, i.e. you run solr.jar and it then starts an embedded Jetty server? Or would solr.jar exec a new Java process and take it from there? If it's all in one JVM, then the startup scripts probably won't be all that different. Memory settings, OOM killers etc will still have to be set up before using startup shellscripts and whatnot. If it's just a small bootstrap jar which execs another JVM, a lot of the complicated shell foo could probably be simplified. - Bram --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
