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
0
votes
1 answer

Apache Tomcat for 64-bit

I have a web application running in Windows XP Professional SP2. I am trying to port the application to Windows 7 64-Bit. I was using Apache Tomcat 5.5. Can the same be used for Windows 7 64-Bit or is there a different version for 64-bit…
bdhar
  • 195
  • 5
0
votes
2 answers

Running 32 bit SQL Server 2005 on 64 bit Windows Server?

If I have a 32 bit version of SQL Server 2005 running on a 64 bit Windows Server does the max amount of memory avail. the SQL Server process increase from 2gb to 4gb. In reading this blog entry by Mark Russinovich in which he states that "All…
etoisarobot
  • 249
  • 2
  • 4
  • 11
0
votes
1 answer

advice on memory purchase for AMD 6134 2P server

HP DL165G7 with 2x AMD 6134 CPU. target RAM: 48GB options: 2GB dual rank registered DIMM - 24 Qty HP-2GB 2Rx8 PC3-10600R-9 Kit 4Gb single rank registered DIMM - 12 Qty HP-4GB 1Rx4 PC3-10600R-9 Kit which of the above is recommended for…
JMS77
  • 1,275
  • 5
  • 27
  • 45
0
votes
1 answer

does intel Xeon e5620 have EPT support?

looking for CPU with good Virtualization support. could not find Intel EPT (extended page table) technology with E series. Is it only with higher X series? but AMD Magny cour 6134 does have the RVI support (Rapid Virt Indexing)
JMS77
  • 1,275
  • 5
  • 27
  • 45
0
votes
1 answer

sybase ase 15.0.3 64 bit install error

I have a 32bit machine installed with 64 bit suse10 linux. I then tried installing a 64bit sybase on it but the sybase installation fails the moment i launch ./setup with below error: Searching for Java(tm) Virtual Machine... ........ Running…
Inv3r53
  • 163
  • 1
  • 8
0
votes
2 answers

New 64 bit linux system has regular processes (ps, grep etc) taking up way too much VIRT mem

We just moved from a 32-bit machine to a 64-bit machine. We have quickly ran out of memory despite the new boxes have twice as much ram as the old boxes. Running a simple ps command will illustrate the problem. New machine: 132 prod-Charlotte1-node1…
user42980
  • 3
  • 1
0
votes
1 answer

Issue running 32-bit executable on 64-bit Windows

I'm using wkhtmltopdf to convert HTML web pages to PDFs. This works perfectly on my 32-bit dev server [unfortunately, I can't ship my machine :-p ]. However, when I deploy to the web application's 64-bit server the following errors are…
David Murdoch
  • 492
  • 6
  • 19
0
votes
3 answers

Perl script segfaulting after 64-bit upgrade

I recently upgraded a 32-bit Debian server to 64-bit by re-installing, and copying my data into place. After this I have a perl script that repeats the following, and is segfaulting on the tell line: seek(FIN,$ps,0); tell(FIN, $ps); $line=; I…
Brent
  • 22,857
  • 19
  • 70
  • 102
0
votes
2 answers

OraOps10.dll loading problem

I have ASP.NET web service built on windows 7 in 32 bit. All dependences of this service compiled in Release mode in x64 bit. Now, I'm installed it on windows 8 64 bit and when I'm access to this service I get error "Could not load OraOps10.dll". I…
Rodnower
  • 179
  • 3
  • 12
0
votes
2 answers

What software can I use to pinpoint why Windows Server 2003 takes 15 seconds for any operation?

Ram is about 1/2 in use, four CPUs are all but idle. I tried "Microsoft Server Performance Advisor" with no luck. No entries in the Event Log for hardware failures, etc. And yet I can click on the start menu and wait 15 seconds for any new…
Zachary Scott
  • 227
  • 2
  • 14
0
votes
1 answer

Install i486 .package onto x64 CentOS

I am trying to install a ".package" file with Autopackage onto my x64 CentOS server and i receive the below statement. -sh-3.2$ bash armagetronad-dedicated-0.2.8.3.1.i486-generic-linux-gnu.package Sorry, Autopackage only supports x86 32-bit systems,…
medoix
  • 222
  • 3
  • 10
0
votes
2 answers

VMWare Virtual Center unrecoverable error: (mks)

I have a ESX3i, build 207095 and i'm having a problem connecting to my VM's using the vmware remote console. On my PC always gives me an error about vmare-remotemks. I can do all of the tasks using VI client, but when a try to open remote console it…
JGAnhao
0
votes
2 answers

Upgrading(cross-grading) Red Hat 5 from 32-bit to 64bit

Is it possible to upgrade a 32bit instance of RedHat to a 64-bit instance. J
James
  • 128
  • 3
  • 15
0
votes
3 answers

Windows Vista Business does not respond on browse

I have Windows Vista Business(64-Bit) as operating system and when I try to browse something in some folders vista falls into the "Not responding" case sometimes. Does anybody encounter a problem like that or have an idea to solution?
yapiskan
0
votes
1 answer

installing sql server 2008 32bit on 64bit os

Hey guys i am facing a problem installing sql server 2008 on Windows 7 x64. it gives some wow64 error. can some one tell me is it possible to install 32bit version on 64bit OS. if yes, then please explain how to do that.
Vikrant
  • 21
  • 1
  • 4