gpt4 book ai didi

LARAVEL fatal error 异常 : Allowed memory size of 134217728 bytes exhausted (tried to allocate 10489856 bytes)

转载 作者:行者123 更新时间:2023-12-05 09:18:02 25 4
gpt4 key购买 nike

我想运行这段代码

$late = Attendance::whereUserType(5)
->where('datetime_in', '!=', null)
->where(DB::connection('attendance')
->raw('DATE(created_at)'), date('Y-m-d'))
->orderBy('user_id')->get()->take(10);

但是我遇到了标题中所说的错误。当我将 memory_limit 更改为 512M 时,我的浏览器出现延迟。我正在使用 16K+ 数据进行测试,可以吗??问题是什么??

最佳答案

尝试将其添加到脚本之上

ini_set('memory_limit','512M');

您的查询可能超时

关于LARAVEL fatal error 异常 : Allowed memory size of 134217728 bytes exhausted (tried to allocate 10489856 bytes),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45952385/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com