![]() |
Site performance, Server errors, outages and tunings - Printable Version +- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb) +-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section) +--- Forum: Site (https://www.likera.com/forum/mybb/Forum-Site) +--- Thread: Site performance, Server errors, outages and tunings (/Thread-Site-performance-Server-errors-outages-and-tunings) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
|
RE: Server error, address not available - Like Ra - 28 Jan 2011 (27 Jan 2011, 19:06 )krinlyc Wrote:(27 Jan 2011, 00:11 )Like Ra Wrote: OK, fixed. RewriteRules Rule! ;D Yeah, they are almost like sendmail.cf 😋 RE: Server error, address not available - Like Ra - 28 Jan 2011 cPanel daemons magically reappear out of nowhere and take all available memory. Need to put another script into cron to kill it periodically. RE: Server error, address not available - Like Ra - 29 Jan 2011 cPanel and lfd start - the web-server dies. I still can't find the script from and the time at which these progs start. RE: Server error, address not available - Like Ra - 30 Jan 2011 Discovered too many mysqld processes. Let's reboot the whole box ... RE: Server error, address not available - Like Ra - 30 Jan 2011 Rebooting definitely fixed something: Swap: 2048276k total, 0k used, 2048276k free Nothing swapped, never seen that before on this system. Had to kill tomcat. No idea what spawns it. Java eats way too much memory and I do not use it. RE: Server error, address not available - Like Ra - 08 Feb 2011 Every day the system goes mad at ~12:05GMT. Nothing in cron. Probably something's happening with the hosting system - it's a VPS after all... RE: Server error, address not available - Like Ra - 09 Feb 2011 Tweaked caching dramatically reduced the load! RE: Server error, address not available - Like Ra - 13 Feb 2011 Checking the code again. Going to implement some load balancing tricks and combine the CSS and JS together. Then tweak the forum software. RE: Server error, address not available - Like Ra - 01 Mar 2011 I tested some more tweaks and tricks during the very high load today. What really helps is Free CDN (Coral) - the load reduced DRAMATICALLY! Why didn't I do (know) that before? RE: Server error, address not available - Like Ra - 03 Mar 2011 Whoooh .... more fine tuning, load balancing and cache tweaking. Let's see what Google say. The pages should load much quicker, especially when more images get saved on the CDN servers. The problem with the free CDN is the speed. But CDN should help with offloading a bit. |