Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

AWS Lambda runs out of space with repeated invokations with zip=True #83

@dschep

Description

@dschep
module initialization error: [Errno 28] No space left on device

This seems to be because the zip option extracts to a random tempfile, and when the lambda is kept warm, that quickly eats through the 512MB of available tempspace. Need to extract to a fixed path instead.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions