Skip to content

Commit f7c4810

Browse files
authored
fix vale errors
1 parent 324cd0c commit f7c4810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/guides/databases/postgresql/set-up-vectordbbench-benchmark-akamai-managed-postgresql

docs/guides/databases/postgresql/set-up-vectordbbench-benchmark-akamai-managed-postgresql/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Change the configuration of the VectorDBBench run to remove the high-concurrency
385385

386386
VectorDBBench runs 30-second tests with different levels of concurrency. By default, it runs a separate test for each of the following concurrency levels: [1, 5, 10, 20, 30, 40, 60, 80] Higher levels of concurrency (such as 60 or 80) may cause your Linode instance to run out of memory.
387387

388-
To change the set of concurrency levels used in the test, set the num_concurrency to a comma-separated list of numbers in the pgvectorhnsw section of your config.yaml file. For example, the following line will result in only three runs, with concurrency levels of 1, 5, and 10.
388+
To change the set of concurrency levels used in the test, set the `num_concurrency` to a comma-separated list of numbers in the `pgvectorhnsw` section of your `config.yaml` file. For example, the following line will result in only three runs, with concurrency levels of 1, 5, and 10.
389389

390390
```
391391
num_concurrency: "1,5,10"

0 commit comments

Comments
 (0)