Skip to content

Commit b10aef2

Browse files
committed
Boards migration - add NODES_PAGE_SIZE
1 parent 611aabb commit b10aef2

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/assets/boards/cp/boards-cp.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ migration:
107107
# PROCESSING_LOG_EVERY: 50
108108
# FIELDS_PAGE_SIZE: 3
109109
# FIELDS_LOG_EVERY: 50
110+
# NODES_PAGE_SIZE: 50
110111
# IMMEDIATELY_PROCESS_ALL: "false"
111112
# COMPLETE_ACTIVITY_AFTER_MIGRATED: "false"
112113
# CREATE_LINK_IN_ACTIVITY_AFTER_MIGRATED: "false"

docs/assets/config/kubernetes/boards.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ migration:
152152
# PROCESSING_LOG_EVERY: 50
153153
# FIELDS_PAGE_SIZE: 3
154154
# FIELDS_LOG_EVERY: 50
155+
# NODES_PAGE_SIZE: 50
155156
# IMMEDIATELY_PROCESS_ALL: "false"
156157
# COMPLETE_ACTIVITY_AFTER_MIGRATED: "false"
157158
# CREATE_LINK_IN_ACTIVITY_AFTER_MIGRATED: "false"

docs/boards/troubleshooting/activity-migration.md

+4
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,12 @@ If the Memory issues persist, you can also reduce the amount of concurrent data
137137
```yaml
138138
migration:
139139
env:
140+
# number of activities to process simultaneously (keep low)
140141
PROCESSING_PAGE_SIZE: 1
142+
# number of fields in an activity to process (file attachments, etc)
141143
FIELDS_PAGE_SIZE: 1
144+
# number of items (tasks/entries/comments) in each activity to process simultaneously
145+
NODES_PAGE_SIZE: 50
142146
```
143147
144148
Once these values are set you need to deploy the chart again to make them take effect.

0 commit comments

Comments
 (0)