gdcc / dataverse-ansible

Ansible role for installing Dataverse
GNU General Public License v3.0
18 stars 21 forks source link

remove localhost option, add 1g memory option #329

Open donsizemore opened 1 year ago

donsizemore commented 1 year ago

Closes #328

HenningTimm commented 1 month ago

We added a similar change to our playbook recently, however we made the memory value a parameter (that defaults to "1g") to make such changes easier in the future. If you think that would be helpful I can add a PR for this.

donsizemore commented 1 month ago

@HenningTimm I do think a parameter would be helpful here - 1gb is recommended for a standard/busy installation but CI testing for instance may want only 512mb. I'm happy to add this as well.