mirror of
https://github.com/vacp2p/research.git
synced 2026-01-09 13:47:59 -05:00
fixup ontes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user