<div dir="ltr">Solved by changing to<div>php_admin_value[memory_limit] = 2048M<br></div><div><br></div><div>It was at 512M for some unknown reason...</div><div>thanks again for the quick support!</div><div>janwillem</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 19, 2024 at 11:12 AM Michael Stauber via Blueonyx <<a href="mailto:blueonyx@mail.blueonyx.it" target="_blank">blueonyx@mail.blueonyx.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Janwillem,<br>
<br>
> I am trying on a 5210R (phpMyAdmin 5.20, PHP version 8.1.29 on <br>
> admin server) a 5Mb .ods file.<br>
> I keep getting the following error:<br>
> *Fatal error*: Allowed memory size of 536870912 bytes exhausted (tried <br>
> to allocate 4096 bytes) <br>
> in*/usr/sausalito/ui/web/base/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Lexer.php*on line*450*<br>
> *<br>
> *<br>
> in php.ini I've changed to memory_limit 2048M<br>
<br>
<br>
For AdmServ you need to edit /etc/admserv/php.ini and <br>
/etc/admserv/php-fpm/pools/admserv.conf instead.<br>
<br>
By default it does have memory_limit = 1024M set, though.<br>
<br>
After the changes you need to restart AdmServ and the AdmServ-PHP-FPM <br>
services:<br>
<br>
systemctl restart admserv admserv-php-fpm<br>
<br>
-- <br>
With best regards<br>
<br>
Michael Stauber<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it" target="_blank">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" rel="noreferrer" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div>