You might be experiencing a problem whiles installing a program with the message “program is to big to fit memory” shown in the command prompt interface just like the featured image on top, or the message might appear in flash within a second and vanishes when you try reading
SOLUTION 1
The program you are installing is a 64bit (x64) processing application program whiles your computer system hardware is a 32bit (x86) processing system.
Therefore, you need to get the 32bit version of the application program for it to work.
SOLUTION 2 (USE ONLY IF SOLUTION 1 IS NOT THE CAUSE OF THE PROBLEM)
Step 1 – Go to System Properties – > Click “Advanced system settings”
Step 2 – The below dialog-box opens – Click “Settings”
Step3 – Switch to “Advanced”
Step 4 – Click – “Change”
Step 5 – Click the check-box “Automatically manage paging file size for all drives” to uncheck
Step 6 – Select your “System managed” drive and click the custom size radio button
Step 7 – Specify the initial size (MB) to 5000 and the Maximum size (MB) to 6000
Step 8 – Your Virtual Memory dialog-box should appear this way below, after clicking “set”
Step 9 – Click “OK” and restart
This should solve the problem.
If it helped please comment and share!
Thanks
Related posts
Subscribe for newsletter
* You will receive the latest news and updates on your favorite topics!
How to Downgrade Flutter Version – FIXED
Learn how to downgrade your flutter version to a lower version, in this article we will reduce the flutter version…
Generate Resources for Android Playstore & iOS Apple Store Flutter
In this post, we’ll generate resources for the flutter app we created in the previous post. we’ll be learning how…
Build a Quiz App using Flutter for Android and iOS
In this post we’ll be working with Flutter, a fast-rising Developer tool built by Google to develop an Android App,…
Setup Flutter on Kali, Ubuntu, and any other Linux Distro
In this post, we’ll be learning how to set up your Flutter on Linux for development. Flutter is a fast-rising…
FIXED xcodebuild: Failed to load code for plug-in – Repeatedly Being Asked to Install Command Line Tools
Hey there, updating your MacOS Montery Xcode can be a pin in the a$$ especially when you got Xcode working…
How to Downgrade Flutter Version – FIXED
Learn how to downgrade your flutter version to a lower version, in this article we will reduce the flutter version…
Build a Quiz App using Flutter for Android and iOS
In this post we’ll be working with Flutter, a fast-rising Developer tool built by Google to develop an Android App,…
Setup Flutter on Kali, Ubuntu, and any other Linux Distro
In this post, we’ll be learning how to set up your Flutter on Linux for development. Flutter is a fast-rising…