Skip to content

Commit

Permalink
#328 remove localhost option, add 1g memory option
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Oct 24, 2023
1 parent a930cdc commit 50711ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/solr.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Type = forking
User={{ dataverse.solr.user }}
Group={{ dataverse.solr.group }}
WorkingDirectory = {{ dataverse.solr.root }}
ExecStart = {{ dataverse.solr.root }}/bin/solr start -j "jetty.host={{ dataverse.solr.listen }}"
ExecStart = {{ dataverse.solr.root }}/bin/solr start -m 1g
ExecStop = {{ dataverse.solr.root }}/bin/solr stop
Restart=on-failure
LimitNPROC=65000
Expand Down

0 comments on commit 50711ab

Please sign in to comment.