diff --git a/pvex.md b/pvex.md index 00ec80b..406b8f8 100644 --- a/pvex.md +++ b/pvex.md @@ -2,18 +2,18 @@ ## Server OS: [Proxmox Virtual Environment](https://pve.proxmox.com/wiki/Main_Page) ### Linux Containers: -| Software | Type | RAM | CPU | -|:---------------------|:-----------------------|:------|:--------| -| nginx | Reverse proxy | 1Gb | 1 core | -| vaultwarden | Password manager | 1Gb | 1 core | -| shlink | URL shortener | 1Gb | 1 core | -| forgejo | Git repository manager | 2Gb | 1 core | -| mysql | Database | 4Gb | 1 core | -| squid | Http proxy | 512Mb | 1 core | -| openjdk | Minecraft server | 10Gb | 4 cores | +| Software | Type | RAM | CPU | +|:---------------------|:-----------------------|:------|:----------| +| nginx | Reverse proxy | 1Gb | 1 thread | +| vaultwarden | Password manager | 1Gb | 1 thread | +| shlink | URL shortener | 1Gb | 1 thread | +| forgejo | Git repository manager | 2Gb | 1 thread | +| mysql | Database | 4Gb | 1 thread | +| squid | Http proxy | 512Mb | 1 thread | +| openjdk | Minecraft server | 10Gb | 4 threads | ### Vitual Machines: -| OS | Software | RAM | CPU | -|:---------------------|:-----------------------|:------|:--------| -| Windows 10 | Visual Studio | 10Gb | 4 cores | +| OS | Software | RAM | CPU | +|:---------------------|:-----------------------|:------|:----------| +| Windows 10 | Visual Studio | 10Gb | 4 threads |