zonecfg_str_to_bytes
if (zonecfg_str_to_bytes(maxrss, &num) == -1) {
extern int zonecfg_str_to_bytes(char *, uint64_t *);
if (zonecfg_str_to_bytes(memstr, mem_val) != 0)