equal
deleted
inserted
replaced
|
1 # |
|
2 # This configuration file configures robustness test runs. |
|
3 # |
|
4 |
|
5 # Robustness test is divided into periods called 'ticks'. |
|
6 # During each 'tick', the test requests the server to dump out |
|
7 # the heap record and prints 'ok' to notify the user that the |
|
8 # sofware is still running and responsive. |
|
9 # |
|
10 # |
|
11 |
|
12 # |
|
13 # The amount of ticks for the test. On each tick, the heap usage is |
|
14 # requested from server and 'ok' is printed |
|
15 15 |
|
16 |
|
17 # |
|
18 # The length of one tick in seconds. (60 equals one minute) |
|
19 60 |
|
20 |
|
21 # |
|
22 # How many items to index before starting the process |
|
23 # Both busy and normal index will contain this many documents |
|
24 # on start. |
|
25 # |
|
26 0 |
|
27 |
|
28 # |
|
29 # The average amount of items per index. NOTE: it may take a while |
|
30 # before indexer populates the index to have the amount of items. |
|
31 # (2000 items equals about 250 KB per index) |
|
32 1000 |
|
33 |
|
34 # |
|
35 # Toggles indexing on and off. 1 enables indexing, 0 disables. |
|
36 1 |
|
37 |
|
38 # |
|
39 # Toggles deletes on and off. 1 enables deletes, 0 disables. |
|
40 1 |
|
41 |
|
42 # |
|
43 # Toggles searchers on and off. 1 enables searchers, 0 disables. |
|
44 1 |
|
45 |
|
46 # |
|
47 # Toggles cancelling on and off. |
|
48 1 |
|
49 |
|
50 # |
|
51 # The indexer sleep this time (in milliseconds) after each indexing |
|
52 # operation |
|
53 100 |
|
54 |
|
55 # |
|
56 # |
|
57 # The searcher sleep time for indexer between indexing in |
|
58 # milliseconds |
|
59 50 |
|
60 |
|
61 # End of configuration |