Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Cavalcante
cloudsimplus
Commits
877c1dd1
Commit
877c1dd1
authored
Jul 11, 2018
by
Rafael Vieira Falcão
Browse files
Finalizing Info-Aware with user mischoose simulation
parent
8968021a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cloudsim-plus-examples/src/main/java/org/cloudbus/cloudsim/examples/autonomic/simulations/InfoAwareWithUserError.java
View file @
877c1dd1
...
...
@@ -41,7 +41,7 @@ public class InfoAwareWithUserError {
private
static
boolean
flagInfoAware
=
true
;
private
static
int
placementInterval
=
1
;
private
static
final
double
HIT_RATE
=
0.4
;
private
static
final
double
HIT_RATE
=
1.0
;
private
static
int
vmsPlacedID
=
60
;
...
...
@@ -71,10 +71,10 @@ public class InfoAwareWithUserError {
private
static
final
double
CLOUDLET_CPU_BOUND_DELAY
=
0.0
;
private
static
final
long
CLOUDLET_CPU_BOUND_LENGTH
=
8640000000L
;
//500000000; //1000000000;
private
static
final
int
CLOUDLET_CPU_BOUND_PES
=
1
;
private
static
final
int
CLOUDLET_CPU_BOUND_IOPS
=
0
;
private
static
final
int
CLOUDLET_CPU_BOUND_IOPS
=
1
;
private
static
final
double
CLOUDLET_IO_BOUND_DELAY
=
0.0
;
private
static
final
int
CLOUDLET_IO_BOUND_LENGTH
=
0
;
private
static
final
int
CLOUDLET_IO_BOUND_LENGTH
=
1
;
private
static
final
int
CLOUDLET_IO_BOUND_PES
=
1
;
private
static
final
int
CLOUDLET_IO_BOUND_IOPS
=
3600000
;
//500000;//1000000;//1666666;//5000000;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment