Task #11947 (closed)
Opened 6 years ago
Closed 6 years ago
Adjust default values for search batch size and Indexer heap size
| Reported by: | jballanco-x | Owned by: | jballanco-x |
|---|---|---|---|
| Priority: | blocker | Milestone: | 5.0.0 |
| Component: | Search | Version: | 4.4.10 |
| Keywords: | full-text indexing, search | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
With a heavy load of text attachments to index, the current default batch size of 50 and default Indexer heap size of 256 MB are causing frequent OOM errors. We need find the right combination of a reduced batch size and increased heap size that allows full-text indexing to proceed without error.
Change History (2)
comment:1 Changed 6 years ago by jballanco-x
comment:2 Changed 6 years ago by jballanco-x
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
With fixes to #11945 and #11949 we are no longer hitting the upper limits of the heap size. Especially with the change introduced to fix #11949, the impact of batch size on heap memory consumed is greatly reduced.