despot
despot

Reputation: 7377

gigaspaces optimal sla setup for 8 servers

is there some optimal setup when configuring gigaspaces on 8 servers?
I was thinking of using 4 gsm-s (and lus-s) in total and 2 gsc-s per server.
I was thinking of using the following sla for the space:

<os-sla:sla cluster-schema="partitioned-sync2backup" number-of-instances="8" number-of-backups="1" max-instances-per-vm="1"/>

I want to make use of the resources for a map-reduce application which will be ran on a dedicated additional server.

Regards,
Despot

Upvotes: 1

Views: 109

Answers (1)

SKP
SKP

Reputation: 135

You do not need more than 2 GSM's (and LUS's) per cluster of this size.

Have atleast 8 instances and 1 backup in your space sla so that all available GSC's are used (16 == 2 GSC's per server * 8 servers).

Btw, optimum number of GSC's on each server is dependent on available memory and CPU cores. Depending on use case you may be able to allocate more or less GSC's on each server.

Upvotes: 3

Related Questions