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
2 answers

postgres on 64 bit linux or 64 bit windows server 2008?

Postgres does not have a 64 bit binary for windows server quote "As there is generally no reason to run with shared_buffers > 256 - 512MB on Windows, there isn't a great deal of incentive to put in the effort required for the 64 bit port" why is…
pstanton
  • 623
  • 3
  • 11
  • 23
0
votes
1 answer

Access SQL Server 2000 from Win2008 x64

I just tried installing the SQL Server 2000 client tools on a new Win2008 R2 server (being used for development and testing) using the "standard" install CD. It can't proceed because SQL 2000 isn't supported. I don't want to install the server, just…
Dan
  • 783
  • 1
  • 13
  • 21
0
votes
1 answer

Two application i686 vs x86_64

Which one take precedence? RHEL 7 server For instance if i have device-mapper-libs.i686 and device-mapper-libs.x86_64 which one runs? Do they both run? Could this cause an performance impact?
Donna Delour
  • 424
  • 5
  • 10
0
votes
3 answers

Run 32-bit IIS on 64-bit Server 2008

This article explains how to run 32-bit IIS 6.0 on 64-bit Server 2003: http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/iis/13f991a5-45eb-496c-8618-2179c3753bb0.mspx. How can the same be accomplished with IIS 7.0 on 64-bit…
nw.
  • 723
  • 2
  • 8
  • 12
0
votes
2 answers

tasklist.exe "initialization failure"

One of our Windows XP x64 Pro machines suddenly would not run tasklist.exe (lists processes in cmd line) anymore. It gives "ERROR: Initialization failure" when run. Things I've looked into: -any s/w installs recently? No. -is tasklist.exe even on…
Glen Y.
  • 87
  • 1
  • 6
0
votes
1 answer

Office Communicator 2005 Application Sharing on Windows 7 x64 not working

Since moving to Windows 7 x64 at work, Office Communicator 2005 will no longer allow me to do application sharing with other users on our domain. IM, file transfer, and video chat all work fine, but I consistently get the following message when I…
None
0
votes
2 answers

Max allocation of Ram

I am using 4 cloud servers with Centos 6 and 7 from a third-party and they are extended ram size up to 160 GB, But I need to extended 250 GB ,But they told in kvm couldn't extend more than 160. Is KVM architecture support maximum of 160 GB ram…
0
votes
1 answer

Are there any scenarios I need both 32-bit and 64-bit IFilter on the same machine?

Since 32-bit applications run mostly fine on 64-bit Windows are there any scenarious where I will have 32-bit Microsoft Search IFilter consumers on a 64-bit machine? Can I just install the 64-bit version or do I need both?
sharptooth
  • 2,739
  • 4
  • 32
  • 40
0
votes
1 answer

Periodic kernel activity on Windows XP x64

I've got a Windows XP Pro x64 maching, running on Intel Core 2 Duo, 4GB ram, all latest updates installed. A week ago or so i've started noticing high CPU usage. Looking at the task manager i see the System process periodically using up to 42% of…
Muxa
  • 103
  • 2
0
votes
2 answers

Where do we put config.ini for Vmware Workstation 6.5 on 64-bit Windows 7?

I am almost certain that even the VMware knowledge base omits denoting exactly where the config.ini is supposed to be for Vmware Workstation 6.5 on 64-bit Windows 7 host. Several references to kb.vmware.com are provided by Toan Tran. What am I…
rasx
  • 105
  • 1
  • 5
0
votes
1 answer

XEN kernel, CPU missing flags?

I'm using Opteron 6386SE processor, 16 cores. It's capabilites (flags) are here: CPU World But when I run cat /proc/cpuinfo (dom0 or guest), flags are missing, for example SSE3 and SSE4. flags : fpu de tsc msr pae mce cx8 apic mca cmov pat…
kmwil
  • 225
  • 1
  • 2
  • 12
0
votes
1 answer

Using WDS, where are the log files located on the CLIENT trying to capture an image?

I'm trying to create a capture boot image for my client machines. I have the Win7 (x64) capture image loaded in the WDS server and it boots to the WDS Image Capture Wizard with no issues. I hit Shift+F10 for a command prompt and type "ipconfig"…
Arvo Bowen
  • 805
  • 5
  • 17
  • 35
0
votes
1 answer

Excessive Paging in Window Server 2003 64 bit

All, Thanks in advance for your help. I need to understand how to get a handle on what I consider is excessive paging on one of my servers. The server is a 16 processor 64-bit Windows Server 2003 - datacenter version. we run SQL Server 2005…
0
votes
1 answer

Alternate downloads of 64bit ESX VMWare Infrastructure Client?

We've got an ESX 3.5 server that is currently unpatched, still running release code. While we plan to update to current one weekend over the next few weeks, I'd like to get the VI Client installed on my 64bit Vista workstation. Unfortunately, 64bit…
user16934
0
votes
0 answers

Windows 2008 Permission Issue: One User Can Open PDF Document And Another Cannot

I don't really know if this is the correct place to ask this. We have a Citrix Application that is hosted by a Customer at their company. A portion of the Application opens a PDF Document so that other PDF Documents can be attached to it. When one…