change config

This commit is contained in:
Torma Kristóf 2021-04-19 15:53:04 +02:00
parent 091a8bf3d8
commit e86cfd3a35
2 changed files with 3 additions and 3 deletions

View File

@ -31,10 +31,10 @@ ram_for_mobile_vm=4000
storage_for_mobile_vm=16000
#use ',' for multiple values
orchestrator_policies=BEST_FIT
orchestrator_policies=NEXT_FIT,BEST_FIT
#use ',' for multiple values
simulation_scenarios=TWO_TIER,TWO_TIER_WITH_EO
simulation_scenarios=SINGLE_TIER,TWO_TIER,TWO_TIER_WITH_EO
#mean waiting time in seconds
attractiveness_L1_mean_waiting_time=500

View File

@ -41,7 +41,7 @@ function [] = plotGenericResult(rowOfset, columnOfset, yLabel, appType, calculat
all_results(s,i,j) = value;
catch err
error(err)
rethrow(err)
end
end
end