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

Initialise process pool early #1103

Merged
merged 1 commit into from
Aug 20, 2014

Conversation

matthewrmshin
Copy link
Contributor

Reduce memory footprint at point of fork to reduce memory footprint at the start of each child process.

Move "process pool size" setting from suite to site/user.

  • This allows cylc run to not load the suite into memory before the forks.
    As each process starts with the memory footprint of the parent,
    the current logic would created a problem for big suites.
    After this change, memory usage for the workers should become independent of the size of the suite.

See also #1012.

Move "process pool size" setting from suite to site/user.

Reduce memory footprint at point of fork to reduce memory footprint at
the start of each child process.
@matthewrmshin matthewrmshin added this to the cylc-6 milestone Aug 20, 2014
@matthewrmshin
Copy link
Contributor Author

@hjoliver please review.

@hjoliver
Copy link
Member

Looks good.

hjoliver added a commit that referenced this pull request Aug 20, 2014
@hjoliver hjoliver merged commit de6698a into cylc:master Aug 20, 2014
@matthewrmshin matthewrmshin deleted the init-process-pool-early branch August 21, 2014 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants