内存限制wamp x64大于4GB

时间:2016-11-05 14:35:31

标签: php apache wamp wampserver

我已经在我的localhost上安装了WAMP服务器X64,并期望它能够超过4GB(我安装了8 GB),所以我将php.ini变量编辑为from math import factorial as f b, g = map(float, input().split()) p = b / (b+g) def comb(n, r): return f(n) / (f(r) * f(n-r)) n = 6 sum(p**k * (1-p)**(n-k) * comb(n, k) for k in range(3, 7)) # 0.6957033161509107 ,所以它使用了6 GB但是我没有工作,

memory_limit = 6000 M

如果我加4095 M就可以了。它确实是apache和WAMP的x64版本

WAMP X64 Proof

enter image description here

APACHE 64位证明

enter image description here

PHP VERSION - 表示结构64。

enter image description here

为了获得超过4095 M,我该怎么做?

0 个答案:

没有答案