seyed8453 / cloudsim

Automatically exported from code.google.com/p/cloudsim
0 stars 0 forks source link

Declaration problem #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Constant.java
2.
3.

What is the expected output? What do you see instead?
/*
     * VM instance types:
     *   High-Memory Extra Large Instance: 3.25 EC2 Compute Units, 8.55 GB // too much MIPS
     *   High-CPU Medium Instance: 2.5 EC2 Compute Units, 0.85 GB
     *   Extra Large Instance: 2 EC2 Compute Units, 3.75 GB
     *   Small Instance: 1 EC2 Compute Unit, 1.7 GB
     *   Micro Instance: 0.5 EC2 Compute Unit, 0.633 GB
     *   We decrease the memory size two times to enable oversubscription
     *
     */
    public final static int VM_TYPES    = 4;
    public final static int[] VM_MIPS   = { 2500, 2000, 1000, 500 };
    public final static int[] VM_PES    = { 1, 1, 1, 1 };
    public final static int[] VM_RAM    = { 870,  1740, 1740, 613 };
    public final static int VM_BW       = 100000; // 100 Mbit/s
    public final static int VM_SIZE     = 2500; // 2.5 GB 

What version of the product are you using? On what operating system?

cloudsim 3.0

Please provide any additional information below.
mismatch in creation VM parameter.

Original issue reported on code.google.com by hmand...@gmail.com on 20 Jan 2013 at 9:02

GoogleCodeExporter commented 8 years ago

Original comment by rodrigo.calheiros on 9 Apr 2013 at 11:54

GoogleCodeExporter commented 8 years ago

Original comment by rodrigo.calheiros on 29 Apr 2013 at 4:23