The relationship between cpu and memory

The relationship between cpu and memory

For example, the code to run on it would have to put the code into memory and then calculated using the cpu running PHP so when dealing with large data must ensure that sufficient memory to run the code so the entire code calculation process is carried out in memory. . . php memory limit is provided a method ini_set ( 'memory_limit', '128M');

Guess you like

Origin www.cnblogs.com/newmiracle/p/11865483.html