robolaunch / robot-operator

Kubernetes Robot Operator for ROS/2 Based Robots
https://robolaunch.github.io/robot-operator/
Apache License 2.0
22 stars 3 forks source link

PR: Make Shared Memory Size Selectable #246

Closed tunahanertekin closed 2 weeks ago

tunahanertekin commented 2 weeks ago

:herb: 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:

Closes #245

Type of change

How can it be tested?

Can be tested by adding a config as below:

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