How do I fix this, the Virtual Server was working before?
I try to start the container and error:
I try to view the container from the Proxmox console.
Can I find what the cause is, or do I have to reinstall the virtual server and the program to run on the virtual server host?
Ok, I think it was my Memory allocation of 1024MB.
I reduced the Memory to 32MB and the container sort of started.
The container went to the Ubuntu server install, however I have already installed and configured a program, so something's gone wrong.
Also, the container's install won't respond to me pressing the keyboard?
Anyways, question now is, how do I calculate how much memory can be allocated to Proxmox containers?
If the computer with proxmox has a 2GB memory stick
then container 1 could have 1 GB memory
container 2 could have 1 GB memory
container 3 and 4 could have 0 memory.
How do I check how much memory Proxmox reads on the memory stick on the computer? Is there a command?
Can I then read the allocated container memory that I set and add them up?
I try to start the container and error:
Code:
Failed to allocate 1073741824 B: Cannot allocate memory
TASK ERROR: start failed: command '/usr/bin/kvm -id 161 -chardev 'socket,id=qmp,path=/var/run/qemu-server/161.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc unix:/var/run/qemu-server/161.vnc,x509,password -pidfile /var/run/qemu-server/161.pid -daemonize -name Database -smp 'sockets=1,cores=1' -nodefaults -boot 'menu=on' -vga cirrus -k en-us -m 1024 -device 'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' -device 'usb-tablet,id=tablet,bus=uhci.0,port=1' -device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3' -drive 'file=/var/lib/vz/template/iso/ubuntu-14.04-server-amd64.iso,if=none,id=drive-ide2,media=cdrom,aio=native' -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200' -drive 'file=/var/lib/vz/images/161/vm-161-disk-1.raw,if=none,id=drive-virtio0,format=raw,aio=native,cache=none' -device 'virtio-blk-pci,drive=drive-virtio0,id=virtio0,bus=pci.0,addr=0xa,bootindex=100' -netdev 'type=tap,id=net0,ifname=tap161i0,script=/var/lib/qemu-server/pve-bridge' -device 'e1000,mac=76:E1:2B:3F:11:06,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300'' failed: exit code 1
I try to view the container from the Proxmox console.
Can I find what the cause is, or do I have to reinstall the virtual server and the program to run on the virtual server host?
Ok, I think it was my Memory allocation of 1024MB.
I reduced the Memory to 32MB and the container sort of started.
The container went to the Ubuntu server install, however I have already installed and configured a program, so something's gone wrong.
Also, the container's install won't respond to me pressing the keyboard?
Anyways, question now is, how do I calculate how much memory can be allocated to Proxmox containers?
If the computer with proxmox has a 2GB memory stick
then container 1 could have 1 GB memory
container 2 could have 1 GB memory
container 3 and 4 could have 0 memory.
How do I check how much memory Proxmox reads on the memory stick on the computer? Is there a command?
Can I then read the allocated container memory that I set and add them up?
Last edited: