Questions tagged [parallels]

Parallels Desktop for Mac by Parallels, Inc., is software providing hardware virtualization for Macintosh computers with Intel processors.

Parallels Desktop for Mac by Parallels, Inc., is software providing hardware virtualization for Macintosh computers with Intel processors.

Parallels Desktop for Mac is a hardware emulation virtualization software, using hypervisor technology that works by mapping the host computer’s hardware resources directly to the virtual machine’s resources. Each virtual machine thus operates identically to a standalone computer, with virtually all the resources of a physical computer.

Because all guest virtual machines use the same hardware drivers irrespective of the actual hardware on the host computer, virtual machine instances are highly portable between computers. For example, a running virtual machine can be stopped, copied to another physical computer, and restarted.

Parallels Desktop for Mac is able to virtualize a full set of standard PC hardware, including:

  • A virtualized CPU of the same type as the host's physical processor, ACPI compliance system,
  • A generic motherboard compatible with the Intel i965 chipset,
  • Up to 8 GB of RAM for guest virtual machines,
  • Up to 1 GB of video RAM (VRAM),
  • VGA and SVGA video adapter with VESA 3.0 support and OpenGL and DirectX acceleration,
  • A 1.44 MB floppy drive, which can be mapped to a physical drive or to an image file,
  • Up to four IDE devices. This includes virtual hard drives ranging in size from 20 MB to 2 TB each and CD/DVD-ROM drives. Virtual CD/DVD-ROM drives can be mapped to either physical drives or ISO image files.
  • DVD/CD-ROM “pass-through” access,
  • Up to four serial ports that can be mapped to a pipe or to an output file,
  • Up to three bi-directional parallel ports, each of which can be mapped to a real port, to a real printer, or to an output file,
  • An Ethernet virtual network card compatible with Realtek RTL8029(AS), capable of up to 16 network interface connections,
  • Up to eight USB 2.0 devices and two USB 1.1 devices,
  • An AC'97-compatible sound card.
  • A 104-key Windows enhanced keyboard and a PS/2 wheel mouse.

Source:http://en.wikipedia.org/wiki/Parallels_Desktop_for_Mac

Resources

436 questions
5
votes
1 answer

Is there a way to adjust the icon size in the Eclipse workspace?

I am running an Eclipse IDE via Parallels on a Retina MacBook Pro. Parallels automatically configures the font sizes in Windows to deal with the Retina display resolution. So all that looks good. The problem is that the icons in the workspace are…
Simon O'Doherty
  • 9,259
  • 3
  • 26
  • 54
5
votes
2 answers

Getting Visual Studio debugging to work when running in Parallels

I've got a Windows 7 machine set up on Paralells. Everything is working fine. Can access internet from IE or other browsers on my Parallels. However, when trying to debug a web application in Visual Studio 2010 (by pressing F5 for example) then my…
Alex
  • 37,502
  • 51
  • 204
  • 332
4
votes
1 answer

Run a program on Mac OS host from Windows running as parallels guest

On a MacBook Pro running Windows 7 in Parallels 7, I need to run a Unix Executable File on the Mac side via a command line invocation on the Windows side. In Windows Explorer, I can use Open on Mac, but I need a way to do this via a batch file or…
Lee Grey
  • 303
  • 1
  • 5
  • 16
4
votes
1 answer

apt-cache showing 2 records for the same package?

I upgraded Parallels Plesk 10 yesterday using apt-get or aptitude. Now when I run apt-cache, there seems to be the same package (psa) installed twice with different versions! How is that possible and how do I fix…
Rolf
  • 5,550
  • 5
  • 41
  • 61
4
votes
1 answer

Virtual machine browser is considered by the applescript if parallels are installed in MacPro

I run a Mac Pro using parallels to run numerous virtual machines. I am using the following script to get the URL from the active Tab of active window of Firefox. (1) tell application "Firefox" to set theURL to «class curl» of window 1 (For Firefox…
spd
  • 2,114
  • 1
  • 29
  • 54
4
votes
1 answer

What is the parallel function in 2017a MATLAB?

(D:\Users\Dacy\Desktop\parallel.png) When using the commandmatlabpool open local 4, then it remind me Undefined function or variable 'matlabpool'. Is there a change for parallel function?
4
votes
1 answer

How to parallel run independent loops on Tensorflow in GPU

I want to implement the algorithm to reconstruct Restricted Boltzmann Machines via simulation. The M is number of visible variables and N is number of hidden variables. In order to parallel run on GPU, I want to write it on tensorflow using python…
JJsmith
  • 41
  • 1
  • 4
4
votes
5 answers

Python loop of strings - why the 'none' comes?

I have a strange question when using python loop. It may be easy but strange to me. Say if I have a list of strings: seqs=['AA', 'AT'] Then I want to print out elements in the list. One way (method 1) is to use for loop: for seq in seqs: print…
Tian
  • 397
  • 2
  • 9
  • 16
4
votes
4 answers

How do I get Intellisense (code completion) to work on VS.NET inside Parallels on a Mac?

How do I get Intellisense to work on Visual Studio running inside Parallels on a Mac? On my PC I press CTRL+Space to get Intellisense, but inside Parallels it looks like no key combination works; I thought that maybe it's because Quicksilver or…
WookieBug
4
votes
4 answers

Running an app in WebStorm on MacOS with Parallels installed

When I try to run a project from WebStorm 9, I get the following error: The application /User/{Username}/Applications (Parallels)/{{guid}}/... I then click "Fix" and try to specify a custom path to Chrome. After I browse, it shows up…
Doug
  • 2,441
  • 2
  • 19
  • 22
4
votes
1 answer

Error writing to MongoDB using Parallelism

I have a collection in mongo that has subdocuments, then read xml files and they'll record in MongoDB. Each xml file is a document in mongo. My classes public class Header { public Header() { Operation= new List(); } …
Renatto Machado
  • 1,534
  • 2
  • 16
  • 33
4
votes
2 answers

Nodejs parallel async call, but with priority

Suppose I use Node.js to try to run two async calls to get some answers. I know there's an async package, where you can just pass two functions, and an optional callback.…
Evilsanta
  • 1,032
  • 11
  • 18
4
votes
4 answers

trying to do asp.net mvc development from vmware fusion

the issue is that my source is hosted on the host machine (in this case a mac book pro) and visual studio wants to be able to monitor the web.config for changes so it is throwing the error: An error occurred loading a configuration file: Failed to…
Gabe Anzelini
  • 231
  • 1
  • 3
  • 10
4
votes
0 answers

CORS not working across virtual machine

I am trying to access a rest service on the guest system (windows) from the host machine (osx) in Parallels 9. I have CORS set to allow everybody to use the service. Server and the client on different port When the javascript is accessing the…
eesdil
  • 1,931
  • 3
  • 16
  • 25
4
votes
1 answer

Should SetWindowsHookEx work on Windows 7 on Mac Mini (parallels)

Given an appropriate manifest that sets uiAccess="true", should a win32 program (that works fine on other Windows7 systems) be able to get a valid handle back from SetWindowsHookEx when running on Windows7 (32bit) on Mac Mini using Parallels ? This…
user424855
  • 233
  • 1
  • 2
  • 8
1 2
3
29 30