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

Protect engine plugs with the Gaffer 0.54 computeCachePolicy #38

Merged
merged 2 commits into from
Aug 23, 2019

Conversation

andrewkaufman
Copy link
Collaborator

The EnginePlugs can be expensive to compute, so we want to make sure we don't compute them from multiple threads at once.

This change reduced max resident size on a production example from 15.97Gb to 6.78Gb

Fixes #36

…nal Engine.

The EnginePlug is expensive to compute, so we want to make sure we don't compute it from multiple threads at once.

This change reduced max resident size on a production example from 15.97Gb to 6.78Gb

Fixes Toolchefs#36
@andrewkaufman andrewkaufman merged commit 15fc54a into Toolchefs:master Aug 23, 2019
@andrewkaufman andrewkaufman deleted the cachePolicy branch August 23, 2019 16:33
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.

Use Gaffer 0.54 Cache Policies
1 participant