second memry

This commit is contained in:
Torma Kristóf 2021-05-13 00:18:26 +02:00
parent e067e9cb6d
commit 7120c8b73e
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
2 changed files with 14 additions and 14 deletions

View File

@ -13,15 +13,15 @@
</location> </location>
<hosts> <hosts>
<host> <host>
<core>4</core> <core>2</core>
<mips>2000000</mips> <mips>4000</mips>
<ram>8196</ram> <ram>4096</ram>
<storage>100000</storage> <storage>100000</storage>
<VMs> <VMs>
<VM vmm="Xen"> <VM vmm="Xen">
<core>4</core> <core>2</core>
<mips>2000000</mips> <mips>4000</mips>
<ram>8196</ram> <ram>4096</ram>
<storage>100000</storage> <storage>100000</storage>
</VM> </VM>
</VMs> </VMs>
@ -41,15 +41,15 @@
</location> </location>
<hosts> <hosts>
<host> <host>
<core>4</core> <core>2</core>
<mips>2000000</mips> <mips>4000</mips>
<ram>8196</ram> <ram>4096</ram>
<storage>100000</storage> <storage>100000</storage>
<VMs> <VMs>
<VM vmm="Xen"> <VM vmm="Xen">
<core>4</core> <core>2</core>
<mips>2000000</mips> <mips>4000</mips>
<ram>8196</ram> <ram>4096</ram>
<storage>100000</storage> <storage>100000</storage>
</VM> </VM>
</VMs> </VMs>

View File

@ -16,9 +16,9 @@ function [ret_val] = getConfiguration(argType)
elseif(argType == 6) elseif(argType == 6)
ret_val = 1; %xTickLabelCoefficient ret_val = 1; %xTickLabelCoefficient
elseif(argType == 7) elseif(argType == 7)
ret_val = {'SINGLE_TIER','TWO_TIER','TWO_TIER_WITH_EO'}; ret_val = {'SINGLE_TIER','TWO_TIER'};
elseif(argType == 8) elseif(argType == 8)
ret_val = {'1-tier','2-tier','2-tier with EO'}; ret_val = {'First Iteration','Second Iteration'};
elseif(argType == 9) elseif(argType == 9)
ret_val=[10 3 12 12]; %position of figure ret_val=[10 3 12 12]; %position of figure
elseif(argType == 10) elseif(argType == 10)