Fatal error: Allowed memory size - New version PHP 8.2

Hi,
I am getting this error when I want to Generate a simple form app (2 fields id and description) or any other imported app.

Fatal error : Allowed memory size of 134217728 bytes exhausted (tried to allocate 6364200 bytes) in C:\Program Files\NetMake\v9-php82\wwwroot\scriptcase\devel\class\generator\nmFontePHPForm.class.php on line 2
session_id(): Session ID cannot be changed after headers have already been sent | Script: C:\Program Files\NetMake\v9-php82\wwwroot\scriptcase\devel\class\generator\gerador.php linha: 0
session_start(): Session cannot be started after headers have already been sent | Script: C:\Program Files\NetMake\v9-php82\wwwroot\scriptcase\devel\class\generator\gerador.php linha: 0
ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush | Script: C:\Program Files\NetMake\v9-php82\wwwroot\scriptcase\devel\class\generator\gerador.php linha: 0

I found the problem and the solution. The new PHP 8.2 comes with
memory_limit = 128M on the php.ini
with memory_limit = 512M or 1024M
is working now

@gbillot3,

The problem has already been reported, and as soon as the fix is ​​released, we will provide feedback through this thread.

Best regards!