Menu

#4 Fix For Open Server Large RAM

v3.5beta13
closed-accepted
Bug fix (11)
5
2005-09-13
2004-05-13
No

After upgrading from 1GB to 4GB RAM, top no longer
displayed RAM statistics on Openserver 5.05. The
variable for storing the memory stats was decared as an
array of int. Because memory can never be a negative
number, it was safe to change it to an unsigned
integer. (Internally the OS uses an unsigned value.) To
allow more screen real estate for larger values without
line wrapping, I also shortened the on-screen labels.

Discussion

  • Christopher M Williams

    patch file

     
  • William LeFebvre

    • assigned_to: nobody --> wnl
     
  • William LeFebvre

    • status: open --> open-accepted
     
  • William LeFebvre

    Logged In: YES
    user_id=687210

    Will appear in the next alpha release.

     
  • William LeFebvre

    • status: open-accepted --> closed-accepted
     

Log in to post a comment.