I am not able to push my application. I am getting "You have exceeded the total routes for your organization's quota." whereas there is no single route.
Please find below details for your reference.
C:\Users\502385580\Documents\Manan\GE\GE Healthcare\predixwork\Predix-HelloWorld-WebApp>cf push Pushing from manifest to org manan1.shah@ge.com / space dev_manan as manan1.shah@ge.com... Using manifest file C:\Users\502385580\Documents\Manan\GE\GE Healthcare\predixwork\Predix-HelloWorld-WebApp\manifest.yml Getting app info... Creating app with these attributes... + name: MananTest-Predix-HelloWorld-WebApp path: C:\Users\502385580\Documents\Manan\GE\GE Healthcare\predixwork\Predix-HelloWorld-WebApp + buildpack: staticfile_buildpack + memory: 256M + stack: cflinuxfs2 routes: + manantest-predix-helloworld-webapp.run.aws-usw02-pr.ice.predix.io
Creating app MananTest-Predix-HelloWorld-WebApp... Mapping routes... You have exceeded the total routes for your organization's quota. FAILED
C:\Users\502385580\Documents\Manan\GE\GE Healthcare\predixwork\Predix-HelloWorld-WebApp> C:\Users\502385580\Documents\Manan\GE\GE Healthcare\predixwork\Predix-HelloWorld-WebApp>cf routes Getting routes for org manan1.shah@ge.com / space dev_manan as manan1.shah@ge.com ...
space host domain port path type apps service No routes found
C:\Users\502385580\Documents\Manan\GE\GE Healthcare\predixwork\Predix-HelloWorld-WebApp>
Answer by Tom Turner · Feb 13, 2018 at 08:54 AM
type cf quotas
and also
cf org your-org-name
This will give you the info needed to understand what the quota is.
The memory one is a summation of all the apps in your space. There also is a per app limit of 512MB in the Free Tier quota.
Answer by Tom Turner · Feb 12, 2018 at 05:54 PM
Give this a try...
http://cli.cloudfoundry.org/en-US/cf/delete-orphaned-routes.html
Thank you After executing this command, I tried to push the code, which leads to memory error.
"You have exceeded the instance memory limit for your organization's quota."
C:\Users\502385580\Documents\Manan\GE\GE Healthcare\predixwork\Predix-HelloWorld-WebApp>cf push Pushing from manifest to org manan1.shah@ge.com / space dev_manan as manan1.shah@ge.com... Using manifest file C:\Users\502385580\Documents\Manan\GE\GE Healthcare\predixwork\Predix-HelloWorld-WebApp\manifest.yml Getting app info... Updating app with these attributes... name: MananTest-Predix-HelloWorld-WebApp path: C:\Users\502385580\Documents\Manan\GE\GE Healthcare\predixwork\Predix-HelloWorld-WebApp buildpack: staticfile_buildpack disk quota: 1G health check type: port instances: 1 memory: 256M stack: cflinuxfs2 routes: + manantest-predix-helloworld-webapp.run.aws-usw02-pr.ice.predix.io
Updating app MananTest-Predix-HelloWorld-WebApp... You have exceeded the instance memory limit for your organization's quota. FAILED