Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Question: How is max_mem_for_data calculated? #12

@seongju

Description

@seongju

Where does the 0.6 come from? My understanding is that the two 1000s are to convert MB to bytes, but I can't really think of where 0.6 would come from. Is it just an arbitrary number to prevent reaching the memory limit of lambda?

max_mem_for_data = 0.6 * lambda_memory * 1000 * 1000;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions