ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

Sharedmem skip #1906

Closed matttalda closed 4 years ago

matttalda commented 4 years ago

Checklist

Description of change

Added a condition for the removal of the the sharedmem, where its only removed if the value is 0. Also added a check for sharedmem when looking for invalid resources. Addresses issue #1826