how can i run 3 linux virtual machines without going out of physical memory
GeneralThis forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
how can i run 3 linux virtual machines without going out of physical memory
I am a student and have been assigned a project where we had to install fedora 6... make 3 copies and name them as server, router, and client. Next we design a program in java where in the client and server talk through the router. The problem is i am not able to run the 3 vm's together, as it says "system out of physical memory". I reduced the memory size of the vm's to 156 MB form 256 MB and also changed the msconfig.exe file and disabled some of the programs such as whether bug, messenger, firewall, but to no avail... My RAM is 512 MB.. an suggestions?
I guess the obvious answer of "Get more RAM" isn't going to help you? Honestly though, attempting to run 3 heavy distributions at the same time on only 512 MB of RAM seems like a lost cause. Maybe if you were using something less resource intensive than Fedora it wouldn't be so bad.
Also, I don't technically think this is a Linux question. Granted you are trying to run Linux in the VM, but Linux itself isn't actually giving you a problem per-se. You are trying to adjust your Windows environment to let you run the VMs, which would make it a Windows problem,
I suppose you can't just install Fedora on a spare machine and then only run two of them in the VMs?
I assumed since it was a Java application it was GUI based, but that is a good point. If it is a console application, then he could drop X/GNOME all together and drop his RAM usage significantly.
Thanks for the reply... I did try to change the /etc/inittab file but did not find any parameter for GUI. however there was something like x11 in the default run level 5 and was wondering if that refers to gui and needs to be changed. I was acually able to run the 3 vm's by reducing the memory for each to 96mb... it does reduce the system performance but works..I would definitly like to change the inittab file if you can tell me exactly where to make the change.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.