Toolchefs / atomsGaffer

Atoms Crowd extension for Gaffer
https://atoms.toolchefs.com
27 stars 15 forks source link

Protect engine plugs with the Gaffer 0.54 computeCachePolicy #38

Closed andrewkaufman closed 5 years ago

andrewkaufman commented 5 years ago

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