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.
我正在使用一个需要 256MB 内存才能运行的大型阵列。当我在 PHP 上增加内存时,在处理多个客户端时这对我的整个系统有何影响?PHP 服务会占用 256 MB 还是 256 * # 个客户端?如果是这种情况,它是否会在 ram 中创建空间,然后在完成后将其删除,我假设只有几分之一秒。
对于每个客户端,您的 php 脚本将消耗 256Mb,因此它是 256 * # of clients