Results 1 to 10 of 34
-
22nd Jun 2011, 01:34 PM #1OPMemberWebsite's:
downfreak.comDLE Heavy cpu load
Hi,
i am running a DLE portal.
It have around 700K posts on it and its taking a lot of resources.
I cannot even run it on a server with 12Gb Ram + quadcore processor.
Is there a way to reduce these loads?
When i do command "top" on ssh, it shows that mysql is using 300%+ of resources?
Anyone know any fix for it?
thxdownfreak Reviewed by downfreak on . DLE Heavy cpu load Hi, i am running a DLE portal. It have around 700K posts on it and its taking a lot of resources. I cannot even run it on a server with 12Gb Ram + quadcore processor. Is there a way to reduce these loads? When i do command "top" on ssh, it shows that mysql is using 300%+ of resources? Rating: 5
-
22nd Jun 2011, 01:36 PM #2MemberWebsite's:
Dot.AL
-
22nd Jun 2011, 01:37 PM #3Respected MemberWebsite's:
DL4Everything.com Soft2050.inMe too having problems like this
@sady92
Any description on what to tweak in there?
-
22nd Jun 2011, 01:42 PM #4MemberWebsite's:
Dot.AL
-
22nd Jun 2011, 01:50 PM #5OPMemberWebsite's:
downfreak.comwhen i run mysqltuner.pl this is what i get :
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
Enable the slow query log to troubleshoot bad queries
Set thread_cache_size to 4 as a starting value
Increase table_cache gradually to avoid file descriptor limits
Optimize queries and/or use InnoDB to reduce lock wait
Variables to adjust:
query_cache_size (>= 8M)
sort_buffer_size (> 63K)
read_rnd_buffer_size (> 252K)
thread_cache_size (start at 4)
table_cache (> 4)
so what i need to do now in my.cnf?
-
22nd Jun 2011, 01:52 PM #6MemberWebsite's:
Dot.AL
-
22nd Jun 2011, 02:05 PM #7OPMemberWebsite's:
downfreak.comthis is my new my.conf now :
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 16K
max_allowed_packet = 1M
table_cache = 512
sort_buffer_size = 64K
read_buffer_size = 256K
read_rnd_buffer_size = 256K
net_buffer_length = 2K
thread_stack = 64K
skip-bdb
skip-innodb
query_cache_size=16M
read_rnd_buffer_size=512K
thread_cache_size=64
[mysqldump]
quick
max_allowed_packet = 16M
[mysql]
no-auto-rehash
#safe-updates
[isamchk]
key_buffer = 8M
sort_buffer_size = 128K
[myisamchk]
key_buffer = 8M
sort_buffer_size = 8M
[mysqlhotcopy]
interactive-timeout
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
MySQL started within last 24 hours - recommendations may be inaccurate
Enable the slow query log to troubleshoot bad queries
Your applications are not closing MySQL connections properly
Variables to adjust:
key_buffer_size (> 1.0G)
query_cache_limit (> 1M, or use smaller result sets)
thx
-
22nd Jun 2011, 02:09 PM #8
-
22nd Jun 2011, 02:10 PM #9OPMemberWebsite's:
downfreak.comso you reckon its the mysql itself?
not the source code?
-
22nd Jun 2011, 02:16 PM #10Member
optimize search , when search , it's will select many table, make index and optimize search only at index
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
My vacation in Natal, Brazil. (Heavy Thread)
By aishamontreal in forum General DiscussionReplies: 223Last Post: 10th Sep 2012, 01:52 PM -
My site will not load in Windows 7 will load on XP
By DJboutit in forum Webmaster DiscussionReplies: 2Last Post: 12th May 2012, 07:56 PM -
Google plans to penalize SEO heavy web sites
By ShareShiz in forum News & Current EventsReplies: 2Last Post: 17th Mar 2012, 08:38 PM -
Jobs With heavy Money I Am Working!
By Royal Prince in forum Webmasters, Money MakingReplies: 2Last Post: 7th Jul 2011, 09:33 AM -
To experience heavy uploaders
By MrCube in forum File Host DiscussionReplies: 6Last Post: 30th May 2011, 10:28 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...