You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ attachment. It can also write a CSV file from the incoming events.
13
13
14
14
## Environment variables
15
15
16
-
Component is not using any environment variables.
16
+
Component does not has any required environment variables, but we suggest to use `EIO_REQUIRED_RAM_MB` - recommended value of allocated memory is `512` MB
17
17
18
18
19
19
## Credentials
@@ -29,6 +29,11 @@ This trigger will fetch the CSV file from a given URL. The address must be acces
29
29
to the component. The fetched CSV file will be placed in the attachment part of the
30
30
outgoing message.
31
31
32
+
#### Limitations
33
+
34
+
You may get `Component run out of memory and terminated.` error during run-time, that means that component needs more memory, please add
35
+
`EIO_REQUIRED_RAM_MB` Environment variables for csv-component in this case.
36
+
32
37
## Actions
33
38
34
39
### Read CSV attachment
@@ -61,6 +66,7 @@ for that cell. All other properties will be ignored. For example, headers
0 commit comments