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

Should I run 32 bit and 64 bit production applications on a 64 bit Debian server?

I need to run 2 proprietary C++ applications, one is 64 bit and the other is 32 bit ,on a production Debian GNU/Linux server. Both have a lot of dependencies for libraries provided by debian. Here are a few for example: Application A (64 bit)…
freddie
  • 11
  • 1
1
vote
3 answers

Linux 2.6 32-bit + BIGMEM versus Linux 2.6 64-bit?

I've been told that 32-bit Linux with a bigmem kernel (when the system has >=4GB RAM) will perform better than 64-bit Linux. I'd love to define "perform better than" for you, but unfortunately the person who told me this didn't elaborate/justify..…
bsdguy
1
vote
2 answers

VMware Winx64 key

Im using a legal copy of Windows x64 on a Dell machine. I Want to virtualize it and run it on another Dell using VMware Prob: The VM wants a x64 bit key. The host is also running a legal copy of Win X64. How do I determine the key for x64 so I can…
Merlin
  • 131
  • 4
1
vote
3 answers

Running VMWare on XP 64 bit does not allow a 64 bit guest OS

I installed VMWare Server on a 64 bit XP machine. After creating a new virtual machine (for XP 64 bit guest OS) and adding a CD pointing to XP64 setup ISO, VMWare doesn't let me run the virtual machine: Attempting to load an x64 operating system,…
Assaf Lavie
  • 297
  • 1
  • 6
  • 17
1
vote
3 answers

PHP make install seems to end abruptly and does not update libphp5.so

I'm trying to compile PHP 5.3.3 and after a lot of ups and downs, I finally did 'make' it followed by 'make install' which just shows this: root@server [/tmp/php-5.3.3]# make install Installing PHP SAPI module: cgi Installing PHP CGI binary:…
siliconpi
  • 1,807
  • 6
  • 32
  • 46
1
vote
4 answers

Windows XP x64 virtual machine (VMWare ESX) using only 2 CPUs (out of 4)

I just converted a physical Windows XP x64 machine with 4 CPUs to a VMWare virtual machine with 4CPUs (on a ESX server) using the VMWare Standalone Converter. Everything worked just great, except that the OS now seems to use only 2 CPUs (when 4 are…
Mac
  • 318
  • 2
  • 3
  • 10
1
vote
3 answers

Memory problems - Server 2003 64 addresses 3.2gb only. Intel 945G

We've got a development/test server running Windows server 2003 64bit, standard edition with SP2. (it also has dual boot to the 32bit edition) How can I diagnose problems with memory? I'm worried we've got a faulty stick of RAM, but I want to check…
Andrew M
  • 323
  • 7
  • 13
1
vote
1 answer

Invoking a COM Server Dll on a 64-bit Windows Machine

I originally posted this on StackOverflow, but I thought maybe ServerFault could be a better audience: I have 32-bit COM exe (written in FoxPro). This exe invokes a 32-bit COM dll (also written in FoxPro). In the 32-bit Windows world, the dll is…
Ken
  • 121
  • 4
1
vote
2 answers

How can I determine whether an app is 64-bit or 32-bit on Windows?

This is undoubtedly a duplicate question, but my search skills have failed me. How can I determine whether an app is 64-bit or 32-bit on Windows? Ideally, I'd like to be able to do this on both 64-bit Windows XP and 64-bit Windows 7. Thanks! EDIT:…
Tom
  • 3,213
  • 2
  • 20
  • 19
1
vote
2 answers

SqlServer 2000 enterprise (32bit) running on WinServer 2003 enterprise (64-bit). How to see more memory?

have a server running windows 2003 enterprise edition 64-bit and this server has 18GB of Ram. I am running Sql Server 2000 enterprise edition (32-bit) on it. Sql server is only using 4GB of RAM. I see some articles online claiming you need to…
Aheho
  • 367
  • 2
  • 5
  • 14
1
vote
3 answers

Guest OS Support for VMWare ESXi 4 on an IBM xSeries 366 Server

I was able to install Windows Server 2008 R2 without a problem (which requires 64 bit) on an IBM xSeries 366 server. But I also found out the x366 doesn't support HAV so adding the Hyper-V role is out. I saw that the x366 is in the HCL for VMWare's…
jas
  • 147
  • 2
  • 7
1
vote
2 answers

Why apcupsd won't see the UPS connected to the USB posrt on FreeBSD 8.0 amd64

Recently I installed an apcusbd on a FreeBSD 8.0 amd64 box via ports system. It installed perfectly but it won't run. Here what is says in the log: FATAL ERROR in generic-usb.c at line 636 Cannot find UPS device It appeared that HID driver picked…
Max Kosyakov
  • 173
  • 3
  • 7
1
vote
1 answer

64bit server running in 32bit mode using incorrect locale

I have a 64bit server that we are running an application on in 32bit mode. For whatever reason the locale of the 32bit process is coming through as en-US when the server is set to en-GB. I am guessing that the reason for this is there is that the…
Derek Ekins
  • 223
  • 3
  • 8
1
vote
1 answer

Forcedeth - too many iterations (6) in > nv_nic_irq

I'm having trouble with an onboard nvidia gigabit network, under times of heavy load on the network, I'm seeing this error logged: "too many iterations (6) in > nv_nic_irq" I'm running Hadoop DFS over these NICs and I see checksum errors build up…
RyanC
  • 11
  • 2
1
vote
3 answers

64bits OS can run on Hyper-V?

I can't install Windows Server 2008 R2 X64 edition on Windows Server 2008 Hyper-V. I would like to know X64 version can run on Hyper-V or not. Thanks
LoRdiE
  • 369
  • 1
  • 5
  • 11