Huge amount of memory taken by fetch from ESI

Help and support in getting the EVE-Dev Killboard to run on your site.
Post Reply
infinity223
Noob
Posts: 2
Joined: Sat Jul 13, 2019 14:07

Huge amount of memory taken by fetch from ESI

Post by infinity223 »

I did install an "EVE Development Killboard" on my server and tried to fetch kills from ESI. Everything is fine in configuration, but .. there is a lot of memory taken by PHP while fetching kills.


I set memory_limit for like 10-11GIGABYTES OF DATA and still I cant fetch it, and my killboard is empty. I only need kils from month back, and new ones. I dont need kills from 2 years before.


Any insights? Even with set 10GB of data on memory limit I got "out of memory" while fetching.

PHP Fatal error: Allowed memory size of 13631488000 bytes exhausted (tried to allocate 16384 bytes) in /var/www/html/kb/common/includes/class.dbnormalquery.php on line 37
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: Huge amount of memory taken by fetch from ESI

Post by Salvoxia »

Hi,

I'm sorry about that.

Did you check the "Known Issues" section at the bottom of this post?
What you're experiencing sounds like an issue with an infinite loop that's fixed with one of the hotfixes.
Could you please try applying the fixes and report back if that fixed the issue for you?

Best Regards,
Salvoxia
infinity223
Noob
Posts: 2
Joined: Sat Jul 13, 2019 14:07

Re: Huge amount of memory taken by fetch from ESI

Post by infinity223 »

Working as a charm after applying hotfixes, thanks!
Post Reply