CARTAvis / fits2idia

C++ implementation of FITS to IDIA-HDF5 converter, optimised using OpenMP
GNU General Public License v3.0
2 stars 1 forks source link

Add a configurable memory limit for conversions #46

Closed confluence closed 2 years ago

confluence commented 2 years ago

@Jordatious this should fix #43.

I'm using an unsigned integer type for the value, so for simplicity a value of zero means no limit, and you'd use a very small value like 1 (byte) to disable all conversions on a login node. If anyone feels strongly that zero should mean zero and there should be special handling for an unset value, I can change this.