OCI spec defines the hard/soft value of resource limits to be of type unit64. But how to set RLIM_INFINITY?
I've tried -1 and 0. The former obviously caused the invalid value error
json: cannot unmarshal number -1 into Go value of type uint64
and the latter caused error
error setting rlimit type 7: invalid argument