Skip to content

Commit 0e876ad

Browse files
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
1 parent 88f494f commit 0e876ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/influxdb3/enterprise/reference/config-options.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,8 @@ Specifies the size of the RAM cache used to store data, in bytes.
856856
#### exec-mem-pool-bytes
857857

858858
Specifies the size of memory pool used during query execution.
859-
Can be given as absolute value in bytes or as a percentage of the total available memory (for example: `10%`).
859+
Can be given as absolute value in bytes or as a percentage of the total available memory--for
860+
example: `8000000000` or `10%`).
860861

861862
**Default:** `20%`
862863

@@ -1222,6 +1223,7 @@ engine uses.
12221223
Specifies the Python package manager that the processing engine uses.
12231224

12241225
This option supports the following values:
1226+
12251227
- `discover` _(default)_: Automatically discover available package manager
12261228
- `pip`: Use pip package manager
12271229
- `uv`: Use uv package manager

0 commit comments

Comments
 (0)