Skip to content

Commit 3b1935d

Browse files
authored
Apply suggestions from code review
1 parent e7cac41 commit 3b1935d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/ai/search-and-query/administration/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ Specifies the response policy for queries when the server's current memory usage
547547

548548
* `IGNORE`: Execute the query regardless of current memory usage.
549549
* `RETURN`: In cluster mode, the query returns partial results from shards that did not exceed the memory limit. Shards that exceed the limit will not contribute results.
550-
* `FAIL`: Will return an error if memory usage exceeds memory limit.
550+
* `FAIL`: Will return an error if memory usage exceeds the memory limit.
551551

552552
Type: string
553553

@@ -556,7 +556,7 @@ Valid values: `IGNORE`, `RETURN`, `FAIL`
556556
Default: `IGNORE`
557557

558558
{{% alert title="Notes" color="info" %}}
559-
To prevent potential out-of-memory conditions, it is recommended to set this parameter to FAIL or RETURN rather than IGNORE.
559+
To prevent potential out-of-memory conditions, it is recommended that you set this parameter to FAIL or RETURN rather than IGNORE.
560560
{{% /alert %}}
561561

562562
## Set configuration parameters at module load-time (deprecated)

0 commit comments

Comments
 (0)