Skip to content

Reduce support cases: Memory issues #158

@ejizba

Description

@ejizba

There can be a lot of causes and solutions here. The most common solutions I saw were:

  • Switch from a 32 bit app in Azure to 64 bit
  • Use the max-old-space-size node process argument
    • NOTE on this one: The default heap size in node.js is variable and complicated to determine (some discussion here). It's not always clear if hard-coding this value would help - plus it means we have to restart the node.js process which can lead to slightly worse cold start
  • Scale up the app
  • Some docs on premium plan here

There were also several that mentioned large file/request sizes that could be helped by our stream support for http or azure resources

Support cases from June 2023 - Sept 2023

Internal-only links:

64 bit:

max-old-space-size:

Metadata

Metadata

Assignees

No one assigned

    Labels

    IPDIncidents per day, a metric we track to reduce support cases

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions