#
3583bbb4 |
| 12-Nov-2011 |
Matthew Dillon <dillon@apollo.backplane.com> |
kernel - Upgrade buffer space tracking variables from int to long
* Several bufspace-related buffer cache parameters can now overflow a 32 bit integer on machines with large amounts (~64G+) of mem
kernel - Upgrade buffer space tracking variables from int to long
* Several bufspace-related buffer cache parameters can now overflow a 32 bit integer on machines with large amounts (~64G+) of memory. Change these to long.
bufspace, maxbufspace, maxbufmallocspace, lobufspace, hibufspace, lorunningspace, hirunningspace, dirtybufspace, dirtybufspacehw, runningbufspace, lodirtybufspace, hidirtybufspace.
* Also requires an API change to libkcore/libkinfo which effects top.
show more ...
|