我有一个旧的laravel-5.1应用程序,我正在尝试更新到更高版本。
我已经开始将php从5.6.x更新到7.1.20。
测试时,简单的sql查询会导致系统内存不足: DB::table('my_table')->where('onHold', 0)->where('status', 'OPEN')->first();
表中只有八行。
错误消息: PHP Fatal error: Out of memory (allocated 7528775680) (tried to allocate 7514099712 bytes)
暂无答案!
目前还没有任何答案,快来回答吧!