Hi@akhtar,
You can set a quota for a project using the oc command. This command has the capability to set quota. You can see the below example to set the hardware quota for your project.
$ oc create quota my-quota --hard services=10,cpu=1300,memory=1.5Gi -n myproject