Questions tagged [64-bit]

In computer architecture, 64-bit integers, memory addresses, or other data units are those that are at most 64 bits (8 octets) wide. Also, 64-bit CPU and ALU architectures are those that are based on registers, address buses, or data buses of that size. 64-bit is also a term given to a generation of computers in which 64-bit processors are the norm.

In computer architecture, 64-bit integers, memory addresses, or other data units are those that are at most 64 bits (8 octets) wide. Also, 64-bit CPU and ALU architectures are those that are based on registers, address buses, or data buses of that size. 64-bit is also a term given to a generation of computers in which 64-bit processors are the norm.

64-bit is a word size that defines certain classes of computer architecture, buses, memory and CPUs, and by extension the software that runs on them. 64-bit CPUs have existed in supercomputers since the 1970s (Cray-1, 1975) and in RISC-based workstations and servers since the early 1990s. In 2003 they were introduced to the (previously 32-bit) mainstream personal computer arena in the form of the x86-64 and 64-bit PowerPC processor architectures.

A 64-bit register can store 264 = 18446744073709551616 different values, a number in excess of 18 quintillion. Hence, a processor with 64-bit memory addresses can directly access 264 bytes of byte-addressable memory.

Without further qualification, a 64-bit computer architecture generally has integer and addressing registers that are 64 bits wide, allowing direct support for 64-bit data types and addresses. However, a CPU might have external data buses or address buses with different sizes from the registers, even larger (the 32-bit Pentium had a 64-bit data bus, for instance). The term may also refer to the size of low-level data types, such as 64-bit floating-point numbers.

Source: wikipedia

349 questions
1
vote
2 answers

Error while installing Windows Server 2008 64 Bit version from a USB Flash Drive

I am trying to install Windows Server 2008 64 bit version from a USB flash drive. I have made the USB drive boot-able by looking at this link I have copied the content of the Windows Server 2008 64 bit iso image to the USB drive. Now I have made…
suryakiran
  • 111
  • 3
1
vote
1 answer

Windows 7 On VMWare Server 2.0 Sound Card

I've dug though the internet but haven't been able to confirm this one way or the other so I figured I'd try here. I have VMWare Server 2.0 and I've installed Windows 7.0 RC 64bit on it. Host OS is Windows XP Pro Everything is working great, except…
SpaceManSpiff
  • 2,547
  • 18
  • 20
1
vote
2 answers

Backup recommendation for Partitioned 64bit Domino (8.5) on Windows (2003 or 2008)

Does anyone have a recommendation for backup software that is compatible with partitioned, 64bit Domino software on Windows 2003 or 2008 server? Our current solution handles neither, though they may do 64bit in the future. I'm not worried about…
1
vote
1 answer

Decreasing cached memory and increasing Free memory in RAM

I'm using Windows 2008 Server 64 bit, I've uploaded the snap shot of my task manager when minimum processes running. It shows Total memory 8190 MB Cached memory 4315 MB Free 3402 MB So effectively I get only 3402 MB of total RAM usage. My…
Greenhorn
  • 111
  • 4
1
vote
1 answer

Why Oracle 11g on windows default installation keeps increasing memory usage even when idle?

I installed Oracle 11g on my Windows XP 64 bit desktop with pretty much the default options. Now when I start the database, it just keeps increasing the memory usage few hundred KB at a time even when the database is not in use. At the moment I am…
Tahir Akhtar
  • 145
  • 1
  • 7
1
vote
2 answers

64-bit Linux hosted on a Mac

From what I can tell, VirtualBox does not have a 64-bit binary for the Mac, and VMWare does not provide a Player build for MacOS. Are there any virtualization options for running a 64-bit guest OS on a Mac host?
laslowh
  • 133
  • 5
1
vote
1 answer

"PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler"

After migrating servers today, one site keeps getting the error above. A quick search on Google showed that it's a fairly common problem, and there are lots of fixes, so far I tried the following: 1.…
Shagglez
  • 181
  • 1
  • 7
1
vote
4 answers

Is there any reason to use 64bit MySQL (and OS) on small databases?

I have a relatively small and happy MySQL 5.1 database living on a FreeBSD 7.1 64bit install. Because of incompatibility with our backup software and FreeBSD, I have to move the databases to a Linux server. Since we run Debian on everything else…
pauska
  • 19,620
  • 5
  • 57
  • 75
1
vote
0 answers

iis web.config inheritance when running 64bit win 2k8 with 32/64 bit worker processes

My understanding of how web.config settings are inherited (to the site level) on a 64bit server2k is as below, but I think maybe I am wrong... For app-pools where "Enable 32-Bit Applications" is set to "False": Use the config files from…
mcintyre321
  • 169
  • 1
  • 6
1
vote
2 answers

Java 64 bit application takes more memory than 32 bit

We have an application running on Mac with java 1.5 .This is a 32 bit VM. The heap memory is within the limit. When we move this application to Linux with java 1.5.(64 bit) We see a 50% increase in memory utilisation. Will the memory foot print of…
mssv
  • 11
  • 1
1
vote
1 answer

SQL Server 2008 R2 Quiet Installation Failure

I've downloaded the SQL Server 2008 R2 software from Microsoft and am working on scripting a silent installation. I'm getting the following errors (and the duplicate paste job is not an accident, that's how it shows up for me) The following error…
pk.
  • 6,451
  • 2
  • 42
  • 63
1
vote
2 answers

Powershell ExecutionPolicy mysteriously resets

I am well versed in the ways of Set-ExecutionPolicy RemoteSigned etc. But for some reason, my machine resets the policy every so often. I have not been able to figure out the pattern, but every week or two I go to run a script and get the dreaded…
Travis P
  • 111
  • 1
  • 3
1
vote
1 answer

free ramdisk for windows 64bit

Is there a free ramdisk utility for windows 2003 64bit OS?
1
vote
1 answer

PHP + IIS7 + X64 OS (Windows 7 or Server 2008)

I'm going to answer my own question here, but I thought this might be important enough to post so that it would be indexed for the next person who runs into my situation. Problem: I can not seem to get PHP code to execute on a x64 bit version…
Eric
  • 11
  • 2
1
vote
0 answers

VMWare Workstation 6.5.5 (64-bit) on Ubuntu 10.04 (64-bit) Odd Problem

I managed to successfully install VMWare Workstation 6.5.5 (64-bit) on Ubuntu 10.04 (64-bit). It works well and somehow feels faster and snappier than the same exact version on Ubuntu 8.04. However, there is one slight issue, somewhat hurting…
Android Eve
  • 143
  • 1
  • 1
  • 6