You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the tuner (2.6.1) for a remote host with Windows Server 2012 OS
I noticed a strange conversion of the RAM value
the description says that you need to enter the value in megabytes for the forcemem parameter.
I use this command
./mysqltuner.pl --host x --user x --pass x --forcemem 32768 --color --noprettyicon --nogood
the first line tells us:
[--] Assuming 32768 MB of physical memory
but then in the performance metrics block it says
[--] Physical Memory : 32.0K
Actually, if you pass a value in bytes to the forcemem parameter, it converts correctly
The text was updated successfully, but these errors were encountered:
I use the tuner (2.6.1) for a remote host with Windows Server 2012 OS
I noticed a strange conversion of the RAM value
the description says that you need to enter the value in megabytes for the forcemem parameter.
I use this command
./mysqltuner.pl --host x --user x --pass x --forcemem 32768 --color --noprettyicon --nogood
the first line tells us:
[--] Assuming 32768 MB of physical memory
but then in the performance metrics block it says
[--] Physical Memory : 32.0K
Actually, if you pass a value in bytes to the forcemem parameter, it converts correctly
The text was updated successfully, but these errors were encountered: