Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit ee685b4

Browse files
author
ashwinkumar12345
committed
added feedback
1 parent 6ead123 commit ee685b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/ad/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,13 @@ To set a category field, choose **Enable a category field** and select a field.
6969
Only a certain number of unique entities are supported in the category field. Use the following equation to calculate the recommended total number of entities number supported in a cluster:
7070

7171
```
72-
(JvmHeapSizeInMb / 20) * (DataNodesCount)
72+
(data nodes * heap size * anomaly detection maximum memory percentage) / (entity size of a detector)
7373
```
7474

75-
For example, for a cluster with 3 data nodes, each with 8G of JVM heap size, the total number of unique entities supported is (8096 / 20 ) * 3 = 1200.
75+
This formula doesn't take into account the query size limit.
76+
{: .note }
77+
78+
For example, for a cluster with 3 data nodes, each with 8G of JVM heap size, a maximum memory percentage of 10% (default), and the entity size of the detector as 1MB: the total number of unique entities supported is (8.096 * 10^9 * 0.1 / 1M ) * 3 = 2429.
7679

7780
#### Set a window size
7881

0 commit comments

Comments
 (0)