vmware-tanzu-labs/cf-mgmt

how to use log-rate-limit-bytes-per-second in cf-mgmt

spkrsna opened this issue · 4 comments

i tried to use "log-rate-limit-bytes-per-second" under orgConfig.yml and spaceConfig.yml

but no luck the parameter is not taking effect

am trying to set unlimited for "log-rate-limit-bytes-per-second". either at ORG or Space level. kindly help

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

@spkrsna What is you configuration? Do you have any output from your job run as should just need to set the value like the following in your spaceConfig.yml

enable-space-quota: true
log_rate_limit_bytes_per_second: unlimited

Then it will update the quota for that space have the appropriate log rate limit

If you aren't using space level quotas and instead named quotas you need to set this at the space or org quota level and use this attribute.

named_quota: "your-quota"

@spkrsna let me know if this worked or not or if there is additional guidance needed. Plan to close this comment if there isn't a needed follow-up.

Closing issue as no response.