Skip to content

Commit

Permalink
upgrade ETL-Yertl to 0.034
Browse files Browse the repository at this point in the history
This version fixes some memory usage problems that were causing the very
small machine that we have influx running on to thrash uncontrollably...
  • Loading branch information
preaction committed Oct 13, 2017
1 parent 9339677 commit be71cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rexfile
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ task prepare_monitor =>
}

Rex::Logger::info( 'Installing Yertl' );
run 'source ~/.profile; cpan ETL::Yertl@0.33';
run 'source ~/.profile; cpan ETL::Yertl@0.34';

Rex::Logger::info( 'Configuring Yertl' );
my $dbname = get 'database_name';
Expand Down

0 comments on commit be71cb3

Please sign in to comment.