Skip to content

Commit cda97a0

Browse files
committed
Update NetworkVmExampleAbstract
- Increase package data len to make it clearer the delay caused by network data transfer Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent 50177de commit cda97a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/cloudbus/cloudsim/examples/network/applications/NetworkVmExampleAbstract.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ abstract class NetworkVmExampleAbstract {
6969
public static final int CLOUDLET_FILE_SIZE = 300;
7070
public static final int CLOUDLET_OUTPUT_SIZE = 300;
7171
public static final long TASK_RAM = 100; // in Megabytes
72-
private static final long PACKET_DATA_LENGTH_IN_BYTES = 1000;
72+
private static final long PACKET_DATA_LENGTH_IN_BYTES = 200_000;
7373
private static final long PACKETS_TO_SEND = 100;
7474
private static final int SCHEDULING_INTERVAL = 5;
7575

0 commit comments

Comments
 (0)