Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-12486

Virtual Memory : current allocated memory indication is missing, fr-fr translation typos

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 0.4.14
    • RosDlls
    • None

    Description

      Virtual Memory : current allocated memory indication is missing

      reactos-bootcd-0.4.14-dev-1455-g963d39b-x86-gcc-lin-dbg

      Current Pagefiel size not displayed because code is intentionnally disabled :

      dll\cpl\sysdm\virtmem.c

      /* Set current pagefile size */
      #if 0
              PageFileSizeMb = 0;
              for (i = 0; i < 26; i++)
              {
                  PageFileSizeMb += pVirtMem->Pagefile[i].InitialSize;
              }
              _stprintf(szBuffer, _T("%u MB"), PageFileSizeMb);
              SetDlgItemText(hwndDlg, IDC_CURRENT, szBuffer);
      #endif
      

      Moreover :

      • Windows XP asks VM to be in [ 2MB - 4096MB ] and warns upon it
      • ROS asks VM to be in  [16MB - 4095MB] and warns to be [16MB - full disk]
      • XP was designed in times where 1,5 x AvailMemory was far below 4096 MB, it may recommend a value for pagefile higher than the maximal allowed size. I suggest to cap Recommended value to limit of Maximal value (4096 MB max)
      • Should ask for reboot if settings changed (like Windows XP)

       

      Attachments

        Issue Links

          Activity

            People

              sdever sdever
              Kyle_Katarn Kyle_Katarn
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: