Live data from Hacker News

Viewing profile — mikehelmick

mikehelmick

HN member
Joined
Tue, Apr 09, 2019, 4:56 PM UTC
HN karma
17
Public activity
4 items

About mikehelmick

No profile information was provided.

Recent public activity

  1. comment
    Comment #19616997

    Cloud Functions only supports single concurrency, one request per instance at a time. Cloud Run supports multi concurrency by default. You might see some benefit due to that differ…

  2. comment
    Comment #19616975

    Yes, it needs to be specified upfront. The default is 128M and you can specify up to 2G

  3. comment
    Comment #19616840

    No, we don't currently support the Knative Build API.

  4. comment
    Comment #19616832

    Cloud Run engineer here. Containers are run in gVisor https://github.com/google/gvisor as the container sandbox.