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
Huge amount of memory taken by fetch from ESI
-
- Noob
- Posts: 2
- Joined: Sat Jul 13, 2019 14:07
Re: Huge amount of memory taken by fetch from ESI
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
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
-
- Noob
- Posts: 2
- Joined: Sat Jul 13, 2019 14:07
Re: Huge amount of memory taken by fetch from ESI
Working as a charm after applying hotfixes, thanks!