sb3108sa / phpbrowscap

Automatically exported from code.google.com/p/phpbrowscap
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Fatal error: Allowed memory size of 8388608 bytes exhausted #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run sample script

What is the expected output? What do you see instead?
My browser info.

What version of the product are you using? On what operating system?
Browscap-php5-r17 on Apache, Windows

Please provide any additional information below.
Running sample script leads to this error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 
6291456 bytes) in D:\local\sites\la\tmp\browscap\cache.php  on line 

Original issue reported on code.google.com by purpu...@gmail.com on 17 Jun 2010 at 7:24

GoogleCodeExporter commented 8 years ago
I had the same issue. Increasing memory limit can fix it: 
ini_set("memory_limit","200M");

However, I'm wondering how much memory will phpbrowscap use.

Original comment by qi.rich...@gmail.com on 2 May 2014 at 7:44