Skip to content

Conversation

Yuangwang
Copy link
Collaborator

This interface will be used in the other adapters as the output bundle

// Environment variable present in the server execution environment.
environmentVariables?: EnvVarConfig[];
// The maximum number of concurrent requests that each server instance can receive.
// Defaults to 80.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if we link to the product docs instead so we have a single source of truth?

// The amount of memory available for a server instance.
// Commonly one of: "256" | "512" | "1024" | "2048" | "4096" | "8192" | "16384"
// Defaults to 512MiB.
memoryMiB?: string;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why string?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, we probably want number here too

@Yuangwang Yuangwang merged commit 1a99446 into main Sep 3, 2024
9 checks passed
@Yuangwang Yuangwang mentioned this pull request Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants