memory limit to a parsl worker in HPCExecutor#464
Conversation
Codecov Report❌ Patch coverage is
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
@lewisjared It is ready for your review. I changed the hard-coded memory limit to a dynamic one using a environment variable |
lewisjared
left a comment
There was a problem hiding this comment.
Nice. This with_memory_limit function might be useful for the celery workers as well. Currently the resource limits are applied at the kubernetes layer
Does it OOM when it hits the soft limit?
|
@lewisjared No. When a parsl worker hits the soft limit, a |
Description
Checklist
Please confirm that this pull request has done the following:
changelog/