How to use more than 4GB of ram on an x32 bit install of Debian
Like Windows, all x32 packages of Debian can only use a maximum of 4GB of ram. Some users may find it’s inconvenient to update the os on their VPS server or dedicated servers due to possible downtime worries. You can actually increase the maximum allowed ram in your server up to 64gb by issuing a single command.
Most dedicated servers come with a minimum of 16 GB of ram so if you have deployed an x32 os install to your server instead of an x64 bit then you will need to use the command below. Login as root and issue;
apt-get install linux-image-2.6-686-bigmem
Then reboot your server and the total ram up to 64gb will be available to use.
How was this article? – How to use more than 4GB of ram on an x32 bit install of Debian
More from Dedicated Servers
Enable Mod_RemoteIP – See Visitors Real IP address when using Cloudflare & Apache
If you are using Cloudflare on your Apache server you will always see Cloudflare IPs in your logs and not …
Fix 413 Request Entity Too Large Errors When Using NGINX
Just like Apache, NGINX imposes default limits on the size of files that can be uploaded. A 413 Request Entity …
Cloud-init Modules That Automate and Customize Deployments
Cloud-init is a popular way to automate deployments of instances in a cloud or none cloud environment. To save having …