NETWORK.md

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2024-02-24 13:19:30 +02:00
parent c75c9c3a5a
commit fb1cf6c677

View file

@ -30,7 +30,7 @@ The server file, `.well-known/network/server.json`, has the following structure:
"ram": 16, "ram": 16,
"cpu": 6, "cpu": 6,
"storage": 400, "storage": 400,
"network": 800 "network": 0.8
} }
} }
``` ```
@ -63,7 +63,7 @@ And this is what the fields mean:
- `ram`: The memory/RAM your server has in total, excluding swap. - `ram`: The memory/RAM your server has in total, excluding swap.
- `cpu`: The CPU threads on your server. - `cpu`: The CPU threads on your server.
- `storage`: The total storage your server has. - `storage`: The total storage your server has.
- `network`: The network speed in GBit/s. - `network`: The network speed in GBit/s. (for example 0.8 is 800 mbit/s)
That is all for the server configuration That is all for the server configuration