We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50177de commit cda97a0Copy full SHA for cda97a0
src/main/java/org/cloudbus/cloudsim/examples/network/applications/NetworkVmExampleAbstract.java
@@ -69,7 +69,7 @@ abstract class NetworkVmExampleAbstract {
69
public static final int CLOUDLET_FILE_SIZE = 300;
70
public static final int CLOUDLET_OUTPUT_SIZE = 300;
71
public static final long TASK_RAM = 100; // in Megabytes
72
- private static final long PACKET_DATA_LENGTH_IN_BYTES = 1000;
+ private static final long PACKET_DATA_LENGTH_IN_BYTES = 200_000;
73
private static final long PACKETS_TO_SEND = 100;
74
private static final int SCHEDULING_INTERVAL = 5;
75
0 commit comments