mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added missing 1024!
This commit is contained in:
@@ -27,7 +27,7 @@ if ($options['f'] === 'update') {
|
||||
Because of this we have stopped the auto-update running to ensure your system is ok.
|
||||
|
||||
You currently have a configured innodb_buffer_pool_size of ' . $pool_size / 1024 / 1024 / 1024 . 'G but is
|
||||
currently using ' . $pool_used / 1024 / 1024 . '
|
||||
currently using ' . $pool_used / 1024 / 1024 / 1024 . '
|
||||
|
||||
Take a look at https://dev.mysql.com/doc/refman/5.6/en/innodb-buffer-pool.html for further details.
|
||||
|
||||
|
Reference in New Issue
Block a user