Jump to content
7 posts in this topic

Recommended Posts

Basically - if I have the installer for a program, say photoshop trial, which seems to be made to run on windows 32-bit, can that same installer be used on 64-bit versions of windows, without any issues, or decreased performance?

 

 

Yes, without any problem. Perhaps the performance will be even better.

To clarify: an application doesn't know the difference between real and virtual memory. That is all handled/abstracted by the kernel. It just sees a large pool of memory, whatever the type.

 

In a 64-bit OS, there would be much more memory available for all the apps to use, but one 32-bit App/process is still limited to 2^32 bits = 4gb of Memory.

 

The 3.25gb limit mention by Vbetts exists only in 32-bit Windows because of the way windows allocates memory, you only have 4gb - (video card memory). So if you have a 512mb Video card you have 3.5gb available. Windows 64-bit and OS X don't work like that. He's got the right idea though.

  • 2 weeks later...
×
×
  • Create New...