i have a problem with Bulk update in Magento 2.4.3.
if I make a bulk edit of some products I get the message:

but a second later this error appears:

and I also have a problem when I launch from the command line the following instruction:
php bin/magento cron:run
this is the error:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /generated/metadata/global.php on line 236136
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /generated/metadata/global.php on line 236136
Ran jobs by schedule.
but i have set memory limit to -1
How can I solve it?
