<div dir="ltr">Are you sure it's postgres causing the issue? I run an oracle backend, but ran into similar performance issues when attempting actions on a few hundred systems at a time. I was able to get around this by tweaking some of the tomcat connector settings.. This works pretty well supporting 8000+ hosts. <div><br></div><div>/etc/tomcat6/server.xml</div><div><br></div><div><div><Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8" address="127.0.0.1" maxThreads="2048" maxKeepAliveRequests="1000"/></div><div><br></div><div><br></div><div><Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8" address="127.0.0.1" maxThreads="3000" backlog="200" minSpareThreads="2000"/></div><div><br></div><div><Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8" address="::1" maxThreads="3000" backlog="200" minSpareThreads="2000"/></div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 5, 2016 at 5:20 PM, Konstantin Raskoshnyi <span dir="ltr"><<a href="mailto:konrasko@gmail.com" target="_blank">konrasko@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Guys,<div><br></div><div>Got this problem - We have around 700 hosts, and pretty powerful sp server - 32cores, 64g of ram.</div><div><br></div><div>When I push to install a package to > than 100 hosts , our sp is busted. Looks like postgres in not multithreaded and it sucks all life out of the server. I optimized postgres config but i doesn't help.</div><div><br></div><div>Any cases how to manage a lot of machines with sp?</div><div><br></div><div>Thanks</div></div>
<br>______________________________<wbr>_________________<br>
Spacewalk-list mailing list<br>
<a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/spacewalk-<wbr>list</a><br></blockquote></div><br></div>