prepared_statements: false
in database.yml
, just in case we are actually hitting rails/rails#21992
I can just see it now:
Using ManageIQ is simple:
rpm install manageiq
service manageiq start
servce manageiq-cu start
service manageiq-ui start
service manageiq-automate start
open http://localhost/
set |grep RUBY_GC
shows some of the GC knobs tuned
Oct 21 12:04:57 localhost systemd: Starting EVM server daemon...
Oct 21 12:04:57 localhost sh: /usr/bin/env: ruby: No such file or directory
+export PATH=$PATH:/opt/rubies/ruby-2.2.3/bin
prepared_statements: false
run, just to double-check the statement cache isn't causing a problem
e = ManageIQ::Providers::InfraManager.create(:name => "small", :hostname => "10.12.20.65", :type => "ManageIQ::Providers::Vmware::InfraManager", :zone => Zone.default_zone)
e.update_authentication(:default => {:userid => "username", :password => "password"})
e.authentication_check
role: database_operations,event,reporting,scheduler,smartstate,ems_operations,ems_inventory,user_interface,web_services,automate
line to whatever you need, it should be picked up in 1-2 minutes, I think...