You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 infs.FS
if 2 Create Workspace forms are opened for the same template version.The
fs.FS
should bereadonly
and safe for concurrent usage. The total memory burden should be limited to the amount of uniquely open Create Workspace forms.The text was updated successfully, but these errors were encountered: