Skip to content
Snippets Groups Projects
Commit 4727a7e5 authored by Jessica Severin's avatar Jessica Severin
Browse files

reduced hive capacity check from 150% to 110% maximum

parent 03cf556e
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ sub create_new_worker {
unless($job) {
#go into autonomous mode
return undef if($self->get_hive_current_load() >= 1.5);
return undef if($self->get_hive_current_load() >= 1.1);
$analStatsDBA->decrement_needed_workers($analysisStats->analysis_id);
$analysisStats->print_stats;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment