devcloud-ops commented on issue #184:
URL: https://github.com/apache/couchdb-helm/issues/184#issuecomment-2646874758

   from what I understood by this comment: 
[https://github.com/apache/couchdb-docker/issues/106#issuecomment-421175854](https://github.com/apache/couchdb-docker/issues/106#issuecomment-421175854):
 
   
   > the ERL_FLAGS environment variable is not specific to Kubernetes; the 
Erlang VM will respect it anywhere. The Kube-specific bit was the automated 
translation of Helm chart YAML entries into ERL_FLAGS
   
   and documentation here: 
[https://github.com/apache/couchdb-docker?tab=readme-ov-file#configuring-couchdb](https://github.com/apache/couchdb-docker?tab=readme-ov-file#configuring-couchdb)
   
   > Erlang Environment Variables like ERL_FLAGS will be used by Erlang itself. 
   
   I think, I might be able to set `erlangFlags` in `values.yaml` file like 
this:
   
   ```
   erlangFlags:
     name: couchdb
     setcookie: monster99
     smp: enable 
     +P: 134217727
     +Q: 134217727
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to