MARiA so cute
MARiA so cute
Could you please show me the code of ApiResourceObject? Thanks!
Hi. Can you provide some other information? https://github.com/swoole/swoole-src/blob/master/.github/ISSUE.md#coredump or use valgrind to track memory exception information. ```shell USE_ZEND_ALLOC=0 valgrind --log-file=/tmp/valgrind.log php your_file.php ```
你好,可以提供一下复现代码吗
Hi,It is very diffuclt to use this features with laravel framework because of laravel framework has many static attributes and singleton. The data between different requests will affect each other....
Although memory has been released , the PHP MM will cache small memory to the improvement of memory management efficiency rather than giving it back to the system.
1. It spends much time on applying or releasing memory because the switch between the user mode and kernel mode. 2. PHP will release memory for the right time. But...
> > > 没试过,但这两个框架比较像,可能会少某些函数吧,你可以试试。 谢谢,还有那个传递的参数有文档说明吗
What version of Swoole are you using (show your `php --ri swoole`)? What is your machine environment used (show your `uname -a` & `php -v` & `gcc -v`) ?
what is your openssl and gcc version?
I reproduce it,your openssl version is low. You can upgrade your openssl (openssl1.1.1q) to fix it. I will make a new pr about openssl1.1.0g later.