keith-turner commented on a change in pull request #270: Support Accumulo installs on Microsoft Azure URL: https://github.com/apache/fluo-muchos/pull/270#discussion_r312997291
########## File path: ansible/roles/common/tasks/os.yml ########## @@ -17,6 +17,12 @@ - name: "set swappiness to zero" sysctl: name=vm.swappiness value=0 +- name: "set vm.min_free_kbytes to 1G" Review comment: > Again, if you prefer we keep these conditional when cluster_type == 'azure', that's easy for us to do. If its generally beneficial, then doing for EC2 and Azure is great. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
