Jump to content

Recommended Posts

Posted

Boa tarde, estou com um problema! instalei e configurei o SolusVM, crio o VPS, mais não aparece a mémoria para usar.

 

segue o print abaixo:

 

ei1914bk93vrcmboe9k9.png

 

obrigado desde já


Posted

Certo, tente limitar a memória usada pelo node no arquivo grub.conf (/boot/grub/grub.conf)

Localize a entrada do kernel que está usando, poe exemplo:

title CentOS (2.6.18-238.9.1.el5xen)
    root (hd0,0)
    kernel /boot/xen.gz-4.1.2
    module /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/
    module /boot/initrd-2.6.18-238.9.1.el5xen.img

e na linha "kernel /boot/xen.gz-4.1.2" adicione o limite que o node usará, por exemplo, para utilizar 512Mb e deixar o resto para as VMs, adicione "dom0_mem=512m", ficando:

title CentOS (2.6.18-238.9.1.el5xen)
    root (hd0,0)
    kernel /boot/xen.gz-4.1.2 dom0_mem=512m
    module /boot/vmlinuz-2.6.18-238.9.1.el5xen ro root=LABEL=/
    module /boot/initrd-2.6.18-238.9.1.el5xen.img

Após isso, reinicie o servidor. Aconselho não deixar menos de 512. Espero ter ajudado. Abraço e boa sorte!

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Do you agree with our terms?

-