[Question] Giúp em sửa lổi này với |
30/06/2007 06:35:46 (+0700) | #1 | 67839 |
concocnho
Member
|
0 |
|
|
Joined: 24/03/2007 17:44:22
Messages: 21
Offline
|
|
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 275 bytes) in /www/freehostingnow.com/g/i/a/giahuy1986/htdocs/floodserver.php on line 16
em ko hiểu tại sao nửa , chỉ em cách khắc phục với |
|
|
|
|
[Question] Giúp em sửa lổi này với |
30/06/2007 06:48:17 (+0700) | #2 | 67841 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
concocnho wrote:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 275 bytes) in /www/freehostingnow.com/g/i/a/giahuy1986/htdocs/floodserver.php on line 16
em ko hiểu tại sao nửa , chỉ em cách khắc phục với
Site này của bạn hay của người khác?
Bạn paste đoạn này "Fatal error: Allowed memory size of 16777216 bytes exhausted" vào google và search nhé
This is not a bug. You server is configured with a memory limit of 16M, I guess. If you have many modules installed you may exceed this limit when you visit the modules page (search for 'white screen of death' for discussion on that).
A simple fix is to add
ini_set('memory_limit', '20M'); or larger to your site's 'settings.php' (under /sites/xxx/settings.php).
open php.ini
look for
memory_limit = 8M
change this to
memory_limit = 16M
You'll find that a few things are memory intensive, rather than processor intensive. Increasing the limit and restart apache will fix this.
Note: You need to restart Apache after making any changes to php.ini
|
|
Let's build on a great foundation! |
|
|
|
[Question] Giúp em sửa lổi này với |
30/06/2007 06:53:25 (+0700) | #3 | 67842 |
concocnho
Member
|
0 |
|
|
Joined: 24/03/2007 17:44:22
Messages: 21
Offline
|
|
đây là site của mình , mình đã thêm ini_set('memory_limit', '20M'); mà cũng vậy chắc vì mình sài vòng lặp while(true) cho lặp vô tận nên mới vậy . Có cách nào giúp mình giải phóng bộ nhớ ko bạn ? |
|
|
|
|
[Question] Re: Giúp em sửa lổi này với |
23/04/2008 13:14:32 (+0700) | #4 | 126954 |
channhua
Elite Member
|
0 |
|
|
Joined: 18/07/2003 04:49:28
Messages: 338
Offline
|
|
mình vừa bị lỗi này mặc dù mình đã set 64M từ trước. để coi lại thử bị gì
|
|
|
[Question] Re: Giúp em sửa lổi này với |
23/04/2008 13:25:37 (+0700) | #5 | 126956 |
channhua
Elite Member
|
0 |
|
|
Joined: 18/07/2003 04:49:28
Messages: 338
Offline
|
|
Đã kiểm tra, hùm, do mấy đứa cùng server làm overload hệ thống, giải phóng bộ nhớ là xong |
|
|
[Question] Re: Giúp em sửa lổi này với |
23/04/2008 22:35:52 (+0700) | #6 | 127020 |
|
SuperChicken
Elite Member
|
0 |
|
|
Joined: 11/07/2006 18:31:27
Messages: 635
Location: bottom of hell
Offline
|
|
Ít khi xảy ra chuyện này trừ khi xử lý của bạn có vấn đề chứ thông thường chỉ cần để config mặc định là đủ, đừng nên tăng nhiều quá, đây là bộ nhớ cấp cho 1 process, thử tưởng tượng có nhiều request thì server của bạn cần bao nhiêu RAM cho đủ. |
|
|
|