Hi Hema, Whoosh is good for smaller servers, but I imagine you're dealing with a pretty substantial search index (though that kind of CPU usage doesn't sound correct even for Whoosh). You're probably best off using a compatible version of Elasticsearch instead, which is designed to scale.
See https://www.reviewboard.org/docs/manual/latest/admin/sites/search-indexing/#elasticsearch-configuration Christian On Sun, Jul 22, 2018 at 10:23 PM Hema <[email protected]> wrote: > Hello Christian, > > We ensured that we are running the newer Djblets. But still we face the > server overload issue. Then we got to know that the "Full Text Search" is > causing this. We use whoosh and we do update index every 10 minutes as > recommended. > > When we hit enter in search box, it forks out a httpd process that uses > 100% CPU and keep on running. Even when we cancel the search, the process > don't end. Do you have any suggestions for us to get this resolved? > > Thanks, > Hema. > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "Review Board Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
