mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02: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