ISSUE: The ulimit for file descriptors is lower ({1}) than is required ({2}) for the influxDB
   
RESOLUTION: As root, edit the /etc/security/limits.conf file and add the following values for {3}

  {3} soft nofile {2}
  {3} hard nofile 65536

A restart of the vm may be necessary
