Does swap on 32-bit OS with 4 GB make sense? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question Does having swap space makes sense if I have a 32 bit OS (Linux) and 4 GB RAM already? As it would have … Read more

60Gb of Memory, 32-bit OS and PAE vs 64-bit OS

I have 60 Gb of RAM on server. Windows 2008, 32bit with PAE. One Sql Server 2008 Express Instance can use 1 Gb of RAM. So if I install 60 instances, each can use 1 Gb of RAM, right? And the second question, what will be if I install 64bit system and use many Express … Read more

RUN exe file with a script on Windows 7 32bit [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 5 years ago. Improve this question I want to run google chrome on windows 7 32bit with following target path “C:\Program Files\Google\Chrome\Application\chrome.exe –kiosk-printing” When I enter this path to … Read more

IIS 10.0 error 2280 while executing 32 bit

While trying to make a local deploy of a rest-api that requires to be executed on 32bit, the server stops the application pool under witch it runs. The events viewer: error while loading “C:\WINDOWS\system32\inetsrv\aspnetcore.dll.” code 2280. Any solution? Visual Studio does debug perfectly but local IIS does not… Answer If any application requires to be … Read more

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 displayed: (running from cmd.exe) C:\>wkhtmltopdf http://www.google.com google.pdf Loading pages (1/5) QFontEngine::loadEngine: GetTextMetrics failed () ] … Read more

Deb 6: Can’t install Mongodb 64; uname -m and arch both return x86_64

As the title suggests, in bash the commands uname -m and arch both return x86_64, suggesting to me that I’m on a 64bit OS and processor. But, when I use aptitude or apt-get to install the package mongodb-10gen, the 32-bit version is installed. So, I tried downloading the 64bit tarball: curl http://downloads.mongodb.org/linux/mongodb-linux-x86_64-2.4.4.tgz > mongodb.tgz tar … Read more

Proxmox on localhost network + 32 bits host

I’m working in installing Proxmox on localhost network. Installing the PVE kernel works fine : root@localhost:~# uname -a Linux localhost 2.6.32-14-pve #1 SMP Sat Sep 22 08:55:13 EST 2012 i686 GNU/Linux Here is my /etc/hosts file : root@localhost:~# cat /etc/hosts 127.0.0.1 localhost 192.168.1.30 localhost localhost localdev ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes … Read more

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 exception occurred during the execution of the current web request. Please review the stack trace for … Read more