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

View File

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