Closed vlatan closed 4 months ago
When running mysqltuner on a remote host - whether using --forcemem or not - it determines wrong physical memory.
mysqltuner
--forcemem
For example if you run it with --forcemem 2000 the physical memory determined by mysqltuner will be:
--forcemem 2000
[--] Physical Memory: 2.0K
And thus subsequently it will produce the following bogus warnings, because it had determined incorrect, very small physical memory.
*** MySQL's maximum memory usage is dangerously high *** *** Add RAM before increasing MySQL buffer variables ***
PR #780
When running
mysqltuner
on a remote host - whether using--forcemem
or not - it determines wrong physical memory.For example if you run it with
--forcemem 2000
the physical memory determined bymysqltuner
will be:And thus subsequently it will produce the following bogus warnings, because it had determined incorrect, very small physical memory.
PR #780