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

Commit

Permalink
Change default body and package size for 1G apps
Browse files Browse the repository at this point in the history
* max_body_size 256M -> 1280M
* max_package_size 512M -> 1024M

Signed-off-by: James Myers <jmyers@pivotallabs.com>
  • Loading branch information
sykesm committed Apr 10, 2014
1 parent 024aa97 commit 77b101c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions jobs/cloud_controller_clock/spec
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ properties:
default: "cc-packages"
ccng.packages.max_package_size:
description: "Maximum size of application package"
default: 536870912
default: 1073741824
ccng.packages.fog_connection:
description: "Fog connection hash"
ccng.packages.cdn.uri:
Expand Down Expand Up @@ -353,7 +353,7 @@ properties:
default: 3
description: "The threshold of crashes after which the app is marked as flapping"
ccng.client_max_body_size:
default: "256M"
default: "1280M"
description: "Maximum body size for nginx"

ccng.disable_custom_buildpacks:
Expand Down
4 changes: 2 additions & 2 deletions jobs/cloud_controller_ng/spec
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ properties:
default: "cc-packages"
ccng.packages.max_package_size:
description: "Maximum size of application package"
default: 536870912
default: 1073741824
ccng.packages.fog_connection:
description: "Fog connection hash"
ccng.packages.cdn.uri:
Expand Down Expand Up @@ -366,7 +366,7 @@ properties:
default: 3
description: "The threshold of crashes after which the app is marked as flapping"
ccng.client_max_body_size:
default: "256M"
default: "1280M"
description: "Maximum body size for nginx"

ccng.disable_custom_buildpacks:
Expand Down
4 changes: 2 additions & 2 deletions jobs/cloud_controller_worker/spec
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ properties:
default: "cc-packages"
ccng.packages.max_package_size:
description: "Maximum size of application package"
default: 536870912
default: 1073741824
ccng.packages.fog_connection:
description: "Fog connection hash"
ccng.packages.cdn.uri:
Expand Down Expand Up @@ -356,7 +356,7 @@ properties:
default: 3
description: "The threshold of crashes after which the app is marked as flapping"
ccng.client_max_body_size:
default: "256M"
default: "1280M"
description: "Maximum body size for nginx"

ccng.disable_custom_buildpacks:
Expand Down
2 changes: 1 addition & 1 deletion jobs/dea_next/spec
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ properties:
description:
default: 900
dea_next.default_health_check_timeout:
description: Default timeout for application to start
description: "Default timeout for application to start"
default: 60
dea_next.memory_mb:
description:
Expand Down
1 change: 0 additions & 1 deletion templates/cf-properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ properties:
diego: false
default_app_memory: 1024
maximum_app_disk_in_mb: 2048
client_max_body_size: 256M

srv_api_uri: (( "https://api." domain ))

Expand Down

0 comments on commit 77b101c

Please sign in to comment.