Ok, I've figured this one out. I need some sleep. On Wed, Dec 6, 2023 at 2:55 PM Vince McMahon <sippingonesandze...@gmail.com> wrote:
> btw, this syntax works > > C:\solr-8.11.2\bin\solr start -p 8983 > > the output is > " > Waiting up to 30 to see Solr running on port 8983 > Started Solr server on port 8983. Happy searching! > " > > On Wed, Dec 6, 2023 at 2:50 PM Vince McMahon < > sippingonesandze...@gmail.com> wrote: > >> Hi, >> >> In windows 10, I tried to pass several parameters when starting solr >> 8.11 >> >> 1) SOLR_JAVA_MEM to be 10g >> 2) SOLR_START_WAIT to be 2 min >> >> The syntax used is >> C:\solr-8.11.2\bin\solr start -c -m 10g -t 180 -p 8983 >> >> I've tried starting from command prompt or powershell and am getting >> error >> " >> Waiting up to 30 to see Solr running on port 8983 >> >> ERROR: Solr at http://localhost:8983/solr did not come online within 30 >> seconds! >> " >> >> how to specify the options/parameters? >> >> Thx. >> >