Skip to content

Commit

Permalink
fix: steampipe process max memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Jan 26, 2024
1 parent 989bb74 commit 8c95987
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/steampipe/steampipe_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ connection "kaytu" {
if err != nil {
return err
}
err = os.Setenv("STEAMPIPE_MEMORY_MAX_MB", "4096")
if err != nil {
return err
}
err = os.Setenv("ELASTICSEARCH_ADDRESS", elasticSearchConfig.Address)
if err != nil {
return err
Expand Down

0 comments on commit 8c95987

Please sign in to comment.