Skip to content

Commit

Permalink
add more max per machine
Browse files Browse the repository at this point in the history
  • Loading branch information
awick committed Nov 18, 2024
1 parent b674c57 commit 2f337f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion estimators.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h5 class="card-title">
It is based on the average traffic rate, the number of days of retention, how much space is available on each machine, and the avg amount of traffic each machine can handle.
If more then one machine is required, we highly recommend getting a <a href="faq#what-kind-of-network-packet-broker-should-we-buy"
class="card-link">NPB</a> to load balance the traffic across the cluster.
We suggest RAID 5 or RAID 6 for capture disks.
We suggest RAID 5, RAID 50, RAID 6, RAID 10 for capture disks.
</p>
<p class="card-text text-muted">
Arkime makes it possible to not save encrypted packets, other then the session negotiation.
Expand Down Expand Up @@ -219,6 +219,12 @@ <h5 class="card-title">
<option value=7>7 Gbps</option>
<option value=8>8 Gbps</option>
<option value=9>9 Gbps</option>
<option value=10>10 Gbps</option>
<option value=11>11 Gbps</option>
<option value=12>12 Gbps</option>
<option value=13>13 Gbps</option>
<option value=14>14 Gbps</option>
<option value=15>15 Gbps</option>
</select>
</div>
</div>
Expand Down

0 comments on commit 2f337f5

Please sign in to comment.