6,534
edits
Changes
m
→Configure the VPS: typo; proper dash in --save
= Configure the VPS =
Set IP Address and DNS nameservers, start servers automatically at boot time: please adapt these settings to your enviroment<pre>vzctl set 777 --onboot yes --ipadd 192environment.168.2.110 --nameserver 192.168.2.100 --nameserver 192.168.2.101 --hostname proxmox --searchdomain yourdomain.tld --save</pre>
<pre>vzctl set 777 --onboot yes --ipadd 192.168.2.110 \ --nameserver 192.168.2.100 --nameserver 192.168.2.101 \ --hostname proxmox --searchdomain yourdomain.tld --save</pre> Set guaranteed memory to 512MB, maximum disk space to 4GB. <pre>vzctl set 777 --vmguarpages 512M:2147483647 --privvmpages 950M:1G --diskspace 4000M:4400M –--save</pre>
= Start the VPS =