What is the preferred way to set sysctl variables? #233
-
I would like to increase the max file watchers as I am working with large projects that have more than 8192 files: https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc While I can do this manually every time I start colima, ideally this happens automatically. I thought I could add |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For now, your best option is to use the
Yeah, this is not yet supported as proper configuration file support is in the works. |
Beta Was this translation helpful? Give feedback.
For now, your best option is to use the
provision
section of a Lima override config.Nonetheless, this should be included in Colima by default and will look at adding it in future releases.
Yeah, this is not yet supported as proper configuration file support is in the works.
Considering the colima primarily generates a Lima config, I do not want to deviate entirely away from that.