[
https://issues.apache.org/jira/browse/SOLR-10906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16051773#comment-16051773
]
Jan Høydahl commented on SOLR-10906:
------------------------------------
Also it would be useful to be able to pass {{-z <zk-host>}}, {{-h <host>}} and
{{-m <memory>}} which is most often needed in prod setups.
I wonder if the install script should also by default set some options more
production friendly:
{code}
SOLR_HEAP="2g" (after checking that system has >=4g)
SOLR_LOG_LEVEL=WARN
{code}
In addition (or instead of?) all these we should have the ability to pass in
the path to an existing {{solr.in.sh}} file to the installer. This would then
override all script editing and auto magic by install script. Much easier than
first installing with install script, then stop solr and overwrite
/etc/defaults/solr.in.sh then start again.
> Linux install script support for setting solr.solr.home, solr.data.home,
> solr.logs.dir mm
> -----------------------------------------------------------------------------------------
>
> Key: SOLR-10906
> URL: https://issues.apache.org/jira/browse/SOLR-10906
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: scripts and tools
> Reporter: Jan Høydahl
> Attachments: SOLR-10906.patch
>
>
> When installing Solr as a Linux service you can now customize {{-d}}
> (/var/solr), {{-i}} (/opt/solr), {{-p}} (port), {{-s}} (service name), {{-u}}
> (user).
> What is still lacking is to be able to tell the installer the default for
> {{SOLR_HOME}}, {{SOLR_LOGS_DIR}} and {{SOLR_DATA_HOME}} (once SOLR-6671 is
> done).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]