Site -Other- Bug ID 619 Summary Increase vsize_max to uint64_6 Product SLURM Version 2.6.6 Hardware Linux OS Linux Status UNCONFIRMED Severity 5 - Enhancement Priority --- Component Accounting Assignee david@schedmd.com Reporter plazonic@princeton.edu CC da@schedmd.com, david@schedmd.com, jette@schedmd.com
Currently vsize_max and similar values are tracked with a 32bit uint (in kilobytes): slurm-2.6.6-2/slurm/slurmdb.h: uint32_t vsize_max; which makes the max value that it can track to be 4TBs. That's too small for our UV (it has 12TBs) and it is easy to see that it will be a limiting factor for many more machines in future. Can you please consider changing vsize_max and other such values to uint64_t? Thanks
You are receiving this mail because:
- You are on the CC list for the bug.