banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành Windows Giúp em sửa lổi này với  XML
  [Question]   Giúp em sửa lổi này với 30/06/2007 06:35:46 (+0700) | #1 | 67839
concocnho
Member

[Minus]    0    [Plus]
Joined: 24/03/2007 17:44:22
Messages: 21
Offline
[Profile] [PM]
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
[Up] [Print Copy]
  [Question]   Giúp em sửa lổi này với 30/06/2007 06:48:17 (+0700) | #2 | 67841
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

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!
[Up] [Print Copy]
  [Question]   Giúp em sửa lổi này với 30/06/2007 06:53:25 (+0700) | #3 | 67842
concocnho
Member

[Minus]    0    [Plus]
Joined: 24/03/2007 17:44:22
Messages: 21
Offline
[Profile] [PM]
đâ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 ?
[Up] [Print Copy]
  [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

[Minus]    0    [Plus]
Joined: 18/07/2003 04:49:28
Messages: 338
Offline
[Profile] [PM] [WWW] [Yahoo!]
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ì


[Up] [Print Copy]
  [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

[Minus]    0    [Plus]
Joined: 18/07/2003 04:49:28
Messages: 338
Offline
[Profile] [PM] [WWW] [Yahoo!]
Đã 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
[Up] [Print Copy]
  [Question]   Re: Giúp em sửa lổi này với 23/04/2008 22:35:52 (+0700) | #6 | 127020
[Avatar]
SuperChicken
Elite Member

[Minus]    0    [Plus]
Joined: 11/07/2006 18:31:27
Messages: 635
Location: bottom of hell
Offline
[Profile] [PM]
Í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 đủ.
[Up] [Print Copy]
  [Question]   Giúp em sửa lổi này với 30/04/2008 04:48:22 (+0700) | #7 | 128212
Babywolf
Member

[Minus]    0    [Plus]
Joined: 24/02/2003 19:37:02
Messages: 8
Offline
[Profile] [PM] [Yahoo!]

quanta wrote:

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
 

 


Chỉ mở file php.ini khi bạn có quyền root server. Tốt nhất là dung ini_set vào file index của bạn hoặc trước đoạn xử lý bị lỗi đó. Tuy nhiên mình đồng ý với ý kiến của SuperChicken. smilie
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|