blackpanda
Posts: 26
Joined: Mon Nov 05, 2018 3:52 am

System Requirement Settings: Memory checking is incorrect

Fri Dec 11, 2020 9:53 am

I got a problem when I set the minimum Physical Memory, at System Requirement Page, for my installer was 3584 MB (3.5 GB)
Then I set My VM was 3.5 GB memory, but the installer complained as the following photo
Untitled.png
Untitled.png (3.38KiB)Viewed 1682 times
Then I had to change my aip to set 3583 MB and it works fine.
Is that a bug?

Catalin
Posts: 6537
Joined: Wed Jun 13, 2018 7:49 am

Re: System Requirement Settings: Memory checking is incorrect

Thu Dec 17, 2020 1:56 pm

Hello,

If the VM has 3584 MB of memory, then the fact that the Launch Condition is triggered is correct.

You can, for instance, check the memory on your VM as it follows:

- open PowerShell

- run the following command:

Code: Select all

(systeminfo | Select-String 'Total Physical Memory:').ToString().Split(':')[1].Trim()
Memory.png
Memory.png (17.6KiB)Viewed 1659 times


Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”