Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In prior versions increasing the number of nodes implied: high availability, but also horizontally scaling crawl capacity , which in some cases high availability was desired, but without increasing the crawl throughput. So if you had 2 Aspire nodes, you had twice the capacity of a single server.

In Aspire 5.0 you can separate the high availability requirements from the craw crawl capacity requirements, by allocating only the number of worker nodes needed to match your required throughput.

For high availability it is recommended to have at least 2 manager nodes, as if one fails, the other one can assume the work from the failed one.

Resource requirements:

NodeMinimum nodesRecommended nodesMinimumRecommended
Manager12

4 GB RAM

2 CPU cores

8 GB RAM

4 CPU cores

Worker12

8 GB RAM

4 CPU cores

16 GB RAM

4 CPU cores


These recommendations are based on usual workloads, fine tuning is recommended specially especially if the workload consists of large files (over 100MB of average size)

...