You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/08/09 22:18:08 UTC

[GitHub] [beam] lukecwik commented on pull request #15300: [WIP] [BEAM-10212] State cache memory limit

lukecwik commented on pull request #15300:
URL: https://github.com/apache/beam/pull/15300#issuecomment-895588554


   > This is an initial implementation that reads max memory from a cgroup file (note: this does affect current tests such as RemoteExecution tests that are not containerized)
   > 
   > Rui suggested using a hard coded cap vs a percentage like the legacy worker which defaulted to 100mb - wondering what your thoughts are @lukecwik
   
   Using a hard-coded cap was a mistake as it didn't scale with machine size and in many cases we needed to tell users to specify a flag. Also a percent will likely work better with future VM right sizing work.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org