fixup ontes

This commit is contained in:
Oskar Thoren
2019-10-17 12:43:31 +08:00
parent 5f3afacd15
commit 0f4dff4ade
2 changed files with 6 additions and 0 deletions

View File

@@ -159,6 +159,9 @@ Assumptions:
<span style="filter: contrast(70%) brightness(190%);color:#3333FF;">For 10k users, receiving bandwidth is 1.5MB/day</span>
<span style="filter: contrast(70%) brightness(190%);color:red;">For 1m users, receiving bandwidth is 98.1MB/day</span>
NOTE: To solve 1m case we need to increase partitions gracefully
Alternatively, find a different way to partition envelopes within
This currently would require oter nodes to adapt
------------------------------------------------------------
</pre>
</body>

View File

@@ -344,6 +344,9 @@ def case8():
print("")
print_assumptions([a1, a2, a3, a6, a7, a9])
print_usage(load_users)
print("NOTE: To solve 1m case we need to increase partitions gracefully")
print("Alternatively, find a different way to partition envelopes within")
print("This currently would require oter nodes to adapt")
print("------------------------------------------------------------")
# Run cases