Skip to content

Add filesystem cache for dynamic parameters loading tf files #17052

@Emyrk

Description

@Emyrk

Dynamic parameters require loading all the *.tf files into memory. These files can be as large as 10MB. To reduce some memory load, we should reuse the existing memory loaded in fs.FS if 2 Create Workspace forms are opened for the same template version.

The fs.FS should be readonly and safe for concurrent usage. The total memory burden should be limited to the amount of uniquely open Create Workspace forms.

Metadata

Metadata

Assignees

Labels

early-accesscandidate for an early-access, or experimental, release

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions