Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest-generation/cf-mysql-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ director_uuid: (( config_from_cf.cf_director_uuid ))
releases: (( base_releases additional_releases ))

compilation:
workers: 4
workers: (( iaas_settings.compilation_workers || 4))
network: mysql1
reuse_compilation_vms: true
cloud_properties: (( iaas_settings.compilation_cloud_properties ))
Expand Down
1 change: 1 addition & 0 deletions manifest-generation/examples/aws/iaas-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ iaas_settings:
stemcell: &stemcell
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
compilation_workers: 2 # When setting this parameter, it overrides the default number of compilation workers (default=4)
compilation_cloud_properties:
instance_type: c4.large
availability_zone: (( properties.template_only.aws.availability_zone ))
Expand Down
1 change: 1 addition & 0 deletions manifest-generation/examples/vsphere/iaas-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ iaas_settings:
stemcell: &stemcell
name: bosh-vsphere-esxi-ubuntu-trusty-go_agent
version: latest
compilation_workers: 2 # When setting this parameter, it overrides the default number of compilation workers (default=4)
compilation_cloud_properties:
ram: 4096
disk: 20480
Expand Down