-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jenkins-stability-checklist.md #2556
Conversation
removed non supported checklist boxes fixed non working image reference
|
||
- Configure a maximum of two executors. | ||
- Set your PHP `memory_limit` value to be less than 2 GB. | ||
- Implement batch processing (guidelines are here and here) in your importers and be mindful of the maximum memory consumption. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ThomasLehnerSpryker please add the links to guidelines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Avoid spawning an excessive number of worker. There should be no more than two workers per queue. | ||
- Profile your jobs locally to understand their normal memory demand, especially when interacting with data. | ||
- In a standard-sized non-production environment, run lengthy imports and sync processes lasting more than 1-2 hours. | ||
- Refer to troubleshooting instructions for further assistance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What troubleshooting instructions do you mean here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be removed, the sentence before should read "do not run"
|
||
- Configure a maximum of two executors. | ||
- Set your PHP `memory_limit` value to be less than 2 GB. | ||
- Implement batch processing (guidelines are here and here) in your importers and be mindful of maximum memory consumption. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ThomasLehnerSpryker please add the links to guidelines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed non supported checklist boxes
fixed non working image reference
PR Description
TBD
Checklist