Home > Backend Development > PHP Tutorial > 请教PHP数组内存耗用太多问题的解决方法

请教PHP数组内存耗用太多问题的解决方法

WBOY
Release: 2016-06-06 20:50:28
Original
855 people have browsed it

PHP数组内存耗用太多问题的解决方法 PHP数组的内存利用率只有 1/10。 一个在C语言里面100M 内存的数组,在PHP里面就要1G。 特别是在PHP作为后台服务器的系统中,经常会出现内存耗费太大的问题。 遇到这样的问题,有啥解决办法吗?

回复内容:

PHP数组内存耗用太多问题的解决方法 PHP数组的内存利用率只有 1/10。 一个在C语言里面100M 内存的数组,在PHP里面就要1G。 特别是在PHP作为后台服务器的系统中,经常会出现内存耗费太大的问题。 遇到这样的问题,有啥解决办法吗?

把繁重的数据处理任务交给其他语言。

我保存5000个数组 直接报内存错误。

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template