Skip to content
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

Multitasking (EWMS_PILOT_CONCURRENT_TASKS) [minor] #199

Draft
wants to merge 100 commits into
base: main
Choose a base branch
from

Conversation

ric-evans
Copy link
Member

@ric-evans ric-evans commented Jun 7, 2023

closes #194

@ric-evans ric-evans added enhancement New feature or request CI / Testing About CI and/or testing labels Jun 7, 2023
@ric-evans ric-evans self-assigned this Jun 7, 2023
@ric-evans
Copy link
Member Author

Currently, when running 3 concurrent tasks, the memory is 3x:

non-parallel:

2023-06-08T18:50:25.4251190Z                total        used        free      shared  buff/cache   available
2023-06-08T18:50:25.4251491Z Mem:         7110608     1633212      134272     1387024     5343124     3777236
2023-06-08T18:50:25.4251757Z Swap:        4194300        1292     4193008

3 concurrent tasks:

2023-06-08T18:50:01.6157013Z                total        used        free      shared  buff/cache   available
2023-06-08T18:50:01.6157520Z Mem:         7110604     2641800      175848     1381664     4292956     2776052
2023-06-08T18:50:01.6231001Z Swap:        4194300        3352     4190948

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI / Testing About CI and/or testing enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable Multitasking Parallelism
2 participants