Opened 5 years ago

Closed 3 years ago

#50 closed defect (fixed)

memory command descriptions do no match values reported

Reported by: Steven Levine Owned by: Steven Levine
Priority: minor Milestone: Version-3.10
Component: Base Version: 3.09
Keywords: Cc:

Description

The memory command for all versions of 4OS2 have reported the memory statistics as

2,110,259,200 bytes total physical RAM
2,527,227,904 bytes total resident RAM

91,758,592 bytes largest free block

These values are taken directly from values available via DosQuerySysInfo?. It turns out that the descriptions never matched the values reported. The corrected descriptions are:

2,110,259,200 bytes total physical memory
2,525,655,040 bytes total available memory

91,783,168 bytes of resident memory

This will be corrected in the next release.

Change History (3)

comment:1 Changed 5 years ago by Steven Levine

Owner: set to Steven Levine
Status: newaccepted

comment:2 Changed 3 years ago by Steven Levine

Fixed in changset 38294 and friends.

comment:3 Changed 3 years ago by Steven Levine

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.