Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 170mb JSON 文件(是的,整个数据库)......它的第三方和我必须使用的所有文件。
我已将 ini 设置为 850m,但仍然出现内存错误。
如何按记录或小块读取 json 文件记录,以免出现内存错误?
我试过什么,当我运行 json_decode 函数时,它试图做整个文件?
要么我尝试做错了,我遗漏了一些东西,要么无法完成?
json_decode 函数的任何替代方法?
或者某种方式一次只能读取 1 条记录?
你可以使用这个非常有用的插件,我用过它,它对我帮助很大!
https://github.com/kuma-giyomu/JSONParser