Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Make Shared Memory Size Selectable #246

Merged
merged 6 commits into from
Sep 4, 2024
Merged

PR: Make Shared Memory Size Selectable #246

merged 6 commits into from
Sep 4, 2024

Conversation

tunahanertekin
Copy link
Contributor

@tunahanertekin tunahanertekin commented Sep 4, 2024

🌿 PR: Make Shared Memory Size Selectable

Description

Shared memory size for IDE and VDI pods are 4Gi by default. It's also configurable using an additional config with type Operator and key SHARED_MEMORY_SIZE. Here is the regex for the config value:

  • ^([0-9]{1,2}Gi)$

Closes #245

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How can it be tested?

Can be tested by adding a config as below:

spec:
  additionalConfigs:
    SHARED_MEMORY_SIZE:
      configType: Operator
      value: 5Gi

@tunahanertekin tunahanertekin added the enhancement New feature or request label Sep 4, 2024
@tunahanertekin tunahanertekin self-assigned this Sep 4, 2024
@tunahanertekin tunahanertekin linked an issue Sep 4, 2024 that may be closed by this pull request
@tunahanertekin tunahanertekin merged commit d1902a7 into main Sep 4, 2024
1 check passed
@tunahanertekin tunahanertekin deleted the 245-shm-size branch September 4, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase Shared Memory Size for IDE and VDI Pods
1 participant