I would like to update or change memory limit to 90Gi in this spec using command line.
spec: hard: limits.cpu: 12500m limits.memory: 80Gi pods: "10" requests.cpu: 12500m requests.memory: 80Gi
The current steps are oc edit quota compute-resources, manually change the limit and save.