Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/validations.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ The script performs 2 different checks depending on the version you are running.
For current versions below 6.1(3):

- The script checks all APICs' class's object count for a subset of services (DMEs) via a file scan.
- If the count is found to be above `150*1000*1000`, then that class will be flagged for further investigation.
- If the count is found to be above `1000*1000*1.5` (1,500,000), then that class will be flagged for further investigation.

For current version is 6.1(3f):

Expand Down
Loading