-
Notifications
You must be signed in to change notification settings - Fork 67
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
feat(BDC-326): Adds gen3-user-data-library #2674
base: master
Are you sure you want to change the base?
Conversation
d99e7d3
to
45aea17
Compare
memory: 1024Mi | ||
limits: | ||
cpu: 2 | ||
memory: 2048Mi |
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.
Not sure what to do about the high resource requirements of gen3-user-data-library at the moment. At 1CPU, 1024Mi is needed. Any lower and we get OOMKilled.
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.
This is concerning... there's some memory misuse somewhere. I guess it's okay for now but we should circle back and try to figure out how to get that requirement down
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.
actually, I forgot the worker count was dynamic based on the number of cores in the CPU. It could be overhead from spinning out so many workers? I just did a quick memtest with the pytest suite and don't see any obvious functions of ours jumping out, but could be something that only shows up in a real scenario with real interactions
49e30e2
to
9010ea4
Compare
9010ea4
to
aecdd7c
Compare
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the ci env pod logs here |
Link to JIRA ticket if there is one: BDC-326
New Features
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes