Questions tagged [32-bit]

In computer architecture, 32-bit integers, memory addresses, or other data units are those that are at most 32 bits (4 octets) wide.

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

81 questions
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

VMware Workstation reboot 32-bit host when starting 32/64-bit guest using VT-x

I'm trying to start 64-bit guest (MacOSX and Windows7) on 32-bit host (Hardened Gentoo Linux, kernel 2.6.28-hardened-r9) using VMware Workstation (6.5.3.185404 and 7.0.1.227600). If VT-X disabled in BIOS, VMware refuse to start 64-bit guest (as…
Powerman
  • 575
  • 1
  • 4
  • 12
1
vote
3 answers

What is the maximum memory a process (MySQL) can consume on a 32-bit OS?

I have MySQL running on a 32-bit RHEL box. The server itself has 4GB total memory with 2GB allocated to MySQL. I would like to know the max amount of memory I can put in the box and how much of that I can allocate to MySQL. I have heard both 2GB…
mmattax
  • 1,304
  • 7
  • 19
  • 30
1
vote
1 answer

List total memusage by 32bit programs and 64bit programs

How to get the total amount of memory used by 32bit applications and 64bit applications from the command line in Windows. I tried using tasklist /FI "MODULES eq wow64.dll" /FO CSV and then parsing the output and summing. But tasklist just freezes…
Egon
  • 133
  • 6
1
vote
2 answers

SQL 2005 32-bit - Memory for Instances

We have a SQL Server 2K5 installation on a Windows 2003 R2 server with eight cores and 16GB of RAM. While it's in our plan to upgrade it to 64-bit, for now we are on the 32-bit version. Currently we have one instance set to use all available…
1
vote
0 answers

EBS 12.1.3 issues on 64 bit RHEL 7 OS due to 64 bit inode numbers

We recently got an issue with adpatch, it is failing to read driver files from APPL_TOP or unable to write to adworker log files, when the affected files have 64 bit inode numbers. As per my findings, 32 bit EBS products cannot process files with 64…
1
vote
2 answers

OOM-Killer, jboss and kernel panic

We are running RedHat 3.4.6(x32) on VMWareEsx3.5(x64) with 6GB RAM. A few java processes(including jboss) are running in the background. The problem is that the java processes consume lots of memory, and sometimes they are killed by the OOM-killer.…
Lydon Ch
  • 277
  • 1
  • 2
  • 12
1
vote
3 answers

Convert a 64-bit Ubuntu server to a 32-bit Ubuntu server

We have an Ubuntu server vmware-instance which appears to be installed with the 64-bit version. Unfortunately we now want to move it to a 32-bit only host, so the current installation will not run. The installation is rather tweaked, so I'd really,…
0
votes
1 answer

Server 2008 32-bit on Azure

I'm trying to setup a VM on Azure. The VM is windows server 2008 32-bit. I cant seem to find the image for it. any help is appreciated. I've tried to look for the correct image in the market place and I have only x64 options for which don't work in…
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
1 answer

Enable 32-Bit Required In Only One of Three Environments for the Same Website

We have three environments (DEV, QA, PROD). Each environment has two IIS web servers. We got the following run time error on PROD only: Server Error in '/' Application. Unable to determine granted permission for assembly. Description: An unhandled…
ADH
  • 141
  • 7
0
votes
2 answers

Host required for running Windows 2008 x64 Microsoft VPC

I need to run a x64 version of Windows in order to run SharePoint 2010. Question is: Can I run this on a machine that is running a x32 bit version of Windows? Can I run this on a machine that has a x32 bit CPU?
Shiraz Bhaiji
  • 2,229
  • 9
  • 34
  • 47
0
votes
2 answers

Updating / working with Server 2008 - non-r2

I have a client that needs to install Citrix XenApp 6.5 on a server 2008 32bit, non-r2 VM. When attempting the install, it states I need .Net 3.5, but crashes after the install attempt. I attempt a windows update figuring that will work, but even…
soMuch2Learn
  • 333
  • 1
  • 6
  • 16
0
votes
0 answers

XenServer, 32-Bit VM's cant exceed 64GB RAM in total

XenServer 6.5 SP1 - 128 GB RAM on Host Several 32-Bit Linux VM's are deployed, most of them are provisioned with 4 GB or 8 GB of RAM. Once the summarized RAM usage of those 32-Bit VM's reaches 64 GB, no further 32-Bit VM can be started and/or no…
0
votes
1 answer

Installing Java 32bit rpm on 64bit CentOS

Downloaded the - jre-8u45-linux-i586.rpm Opened console - su mkdir /usr/bin/java [No java was installed before] cd /usr/bin/java rpm -ivh jre-8u45-linux-i586.rpm [Tried installing] error: open of jre-8u45-linux-i586.rpm failed:no such…
Rea Lop
  • 11
  • 1