Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Make default account capacity match admin account.
Browse files Browse the repository at this point in the history
Change-Id: I5ebcb4dbd65fd7db0cf83000f3d843b1cb14fd10
  • Loading branch information
mmb committed Oct 8, 2012
1 parent 7f6a0d9 commit e642cfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions micro/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ properties:
admins:
- admin@vcap.me
admin_account_capacity:
memory: 1024
memory: 2048
app_uris: 32
services: 16
apps: 16
default_account_capacity:
memory: 512
app_uris: 8
services: 4
apps: 4
memory: 2048
app_uris: 32
services: 16
apps: 16
new_stager_percent: 100
staging_upload_user:
staging_upload_password:
Expand Down

0 comments on commit e642cfb

Please sign in to comment.