|
|
@@ -41,7 +41,6 @@ system.servers.f = 1 |
|
|
|
#Timeout to asking for a client request |
|
|
|
system.totalordermulticast.timeout = 60000 |
|
|
|
|
|
|
|
|
|
|
|
#Maximum batch size (in number of messages) |
|
|
|
system.totalordermulticast.maxbatchsize = 2000 |
|
|
|
|
|
|
@@ -63,7 +62,7 @@ system.communication.outQueueSize = 500000 |
|
|
|
system.communication.useSignatures = 0 |
|
|
|
|
|
|
|
#Set to 1 if SMaRt should use MAC's, set to 0 if otherwise |
|
|
|
system.communication.useMACs = 1 |
|
|
|
system.communication.useMACs = 0 |
|
|
|
|
|
|
|
#Set to 1 if SMaRt should use the standard output to display debug messages, set to 0 if otherwise |
|
|
|
system.debug = 0 |
|
|
@@ -79,13 +78,13 @@ system.shutdownhook = true |
|
|
|
system.totalordermulticast.state_transfer = true |
|
|
|
|
|
|
|
#Maximum ahead-of-time message not discarded |
|
|
|
system.totalordermulticast.highMark = 10000 |
|
|
|
system.totalordermulticast.highMark = 50 |
|
|
|
|
|
|
|
#Maximum ahead-of-time message not discarded when the replica is still on EID 0 (after which the state transfer is triggered) |
|
|
|
system.totalordermulticast.revival_highMark = 10 |
|
|
|
|
|
|
|
#Number of ahead-of-time messages necessary to trigger the state transfer after a request timeout occurs |
|
|
|
system.totalordermulticast.timeout_highMark = 200 |
|
|
|
system.totalordermulticast.timeout_highMark = 100 |
|
|
|
|
|
|
|
############################################ |
|
|
|
###### Log and Checkpoint Configurations ### |
|
|
|