diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 22:56:51 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 22:56:51 -0400 |
commit | bb1d8f75e7d0533d8e28df91805a1c03ed8f2293 (patch) | |
tree | cb30235ea5321cba4cd7ec76c534eabbb3f3fdfb | |
parent | d82edcb531aa7a2892c034893c54ce9aadba4d64 (diff) | |
download | pfsense-packages-bb1d8f75e7d0533d8e28df91805a1c03ed8f2293.tar.gz pfsense-packages-bb1d8f75e7d0533d8e28df91805a1c03ed8f2293.tar.bz2 pfsense-packages-bb1d8f75e7d0533d8e28df91805a1c03ed8f2293.zip |
Update memory usage chart
-rwxr-xr-x | config/haproxy/haproxy_global.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php index 0efdacdc..5c7ac53d 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.php @@ -156,15 +156,15 @@ function enable_change(enable_change) { </tr> <tr> <td align="right"><font size=-1>99999</td> - <td><font size=-1>4448 Kilobytes</td> + <td><font size=-1>8032 Kilobytes</td> </tr> <tr> <td align="right"><font size=-1>999999</td> - <td><font size=-1>32540 Kilobytes</td> + <td><font size=-1>50016 Kilobytes</td> </tr> <tr> <td align="right"><font size=-1>9999999</td> - <td><font size=-1>143 Megabytes</td> + <td><font size=-1>467 Megabytes</td> </tr> </table> </td> |