galaxyproject / galaxy-helm

Minimal setup required to run Galaxy under Kubernetes
MIT License
41 stars 39 forks source link

Increase ephemeral storage limit in values.yml #356

Open ksuderman opened 2 years ago

ksuderman commented 2 years ago

Currently, the resources.limits.ephemeral-storage in values.yml is set to 10G. While this may be sufficient for testing and development it causes out of disk space problems when the job handler attempts to unpack large files. This value should be increased to something more appropriate for real world usage and/or this limit should be highlighted in the documentation.