Verox001

Results 10 comments of Verox001

I can access everything else and errors (like an initial Redis Connection Error) have been logged correctly. Please try with at least 26000 allocations. On the discord other people already...

To prove the error furthermore. When I delete the allocations, the creation page is working just fine.

Okay and what might be the issue then? Maybe it has to do with the request max_size set in PHP settings?

Not the Laravel 500 Error, but the one from the actual server: ![image](https://github.com/pterodactyl/panel/assets/47862641/325b84e9-8daa-4107-9104-208fce457678)

I'm on Apache. Could you please tell me the location where to find them, if you know them?

Nothing noticable in /var/log/apache2/error.log. The last error occured a few days ago and had nothing to do with the panel.

Could you try to open the allocation menu and tell me if ALL allocations are included in there?

Okay, I will try enabling Apache debug to get some insights.

Found it: It was located in the PHP FPM Logs: `PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 20480 bytes) in /var/www/htdocs/pterodactyl/vendor/laravel/framework/src/Illuminate/Database/Connection.php on line 421`

I set the memory_limit to 4 GB and now it's loading the page, but the loading time is longer than 30 seconds. I would say pagination is required to solve...