Thanks for your answer. My trials are with the webserver coming with web2py (no apache or other server), into a Windows machine. I will try the same in a Linux machine, and I'll report the results in case it is a Windows quirk...
On May 5, 11:52 pm, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote: > 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 <kmo...@hotmail.com> 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? > >