You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ config steampipe query
Welcome to Steampipe v0.1.3
For more information, type .help
> select * from gcp_iam_role;
Error: pq: rpc error: code = Unknown desc = Get "https://iam.googleapis.com/v1/roles/container.admin?alt=json&prettyPrint=false": dial tcp 216.58.203.42:443: socket: too many open files
johnsmyth
changed the title
Queries for GCP plugin fails with errror socket: too many open files
Queries fail with error socket: too many open files
Feb 25, 2021
Branch: https://github.com/turbot/steampipe-plugin-gcp/tree/issue-67
Partial results
Solution to the above issue on my system
The existing ulimit value on my system 256
Changed ulimit value to 1024
Now ran below queries and table works fine
Link I refered for ulimit solution
https://stackoverflow.com/questions/880557/socket-accept-too-many-open-files
The text was updated successfully, but these errors were encountered: