I do not think so although there may be less memory available. Apache, if you use, may set restrictions.
On May 5, 3:00 pm, Kostas M <[email protected]> wrote: > I have an application which uses the function numpy.zeros to create a > very big array (~16500 x 16500) with the command: > data = numpy.zeros( (lgos,lgos), dtype=float) > This causes a MemoryError ticket in web2py. However when I run the > same function as a python module (outside web2py) it finishes without > any problem. > Any hints? > Are there any additional memory restrictions when modules run through > web2py that I should somehow consider?

