Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /home/b6gnet/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 203

Warning: Cannot modify header information - headers already sent by (output started at /home/b6gnet/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php:203) in /home/b6gnet/public_html/wp-includes/feed-rss2.php on line 8
low memory Archives - B6G.NET| for all information technology https://b6g.net/pages/tag/low-memory/ Information Technology News and businesses, Programmers, Software, and free more related articles Fri, 23 Oct 2015 13:22:22 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.6 https://b6g.net/wp-content/uploads/2021/06/cropped-black-small-logo-32x32.png low memory Archives - B6G.NET| for all information technology https://b6g.net/pages/tag/low-memory/ 32 32 Repair problem – High mysql cpu load but low memory useing https://b6g.net/pages/305/repair-problem-high-mysql-cpu-load-but-low-memory-useing/ https://b6g.net/pages/305/repair-problem-high-mysql-cpu-load-but-low-memory-useing/#respond Thu, 14 Jun 2012 13:43:15 +0000 http://www.b6g.net/?p=305 Hello every body I found many people , who suffering from this problem High MySQL LOUD but LOW Memory useing !!!   I will explain the case in little words … ” MySQL” gives the ” CPU ” most commands We will edit your MySQL useing !!   Open SSH for your server   root@ […]

The post Repair problem – High mysql cpu load but low memory useing appeared first on B6G.NET| for all information technology.

]]>
Hello every body

I found many people , who suffering from this problem

High MySQL LOUD but LOW Memory useing !!!

 

I will explain the case in little words …

” MySQL” gives the ” CPU ” most commands

We will edit your MySQL useing !!

 

Open SSH for your server

 

root@ # pico /etc/my.cnf

 

If you do not have any content

 

You should add this information

 

Also , If you have some of them >> add the missing lines

 

[mysqld]
local-infile = 0
set-variable = max_connections=500
safe-show-database
max_tmp_tables=1
query_cache_type=1
query_cache_limit=4M
query_cache_size=64M
thread_cache_size=8
table_cache=1024

 

>>>

 

Ctrk  + X

Save your work

 

root@ # service mysql restart

GOOD LUCK

The post Repair problem – High mysql cpu load but low memory useing appeared first on B6G.NET| for all information technology.

]]>
https://b6g.net/pages/305/repair-problem-high-mysql-cpu-load-but-low-memory-useing/feed/ 0