PDA

View Full Version : out of memory


thipperudra
05-25-2004, 09:02 PM
Hi Antun,


I am getting compilation Errors-out of memory, when i running my application on hosting server(192MB RAM)
ERRORS-------------------------------------
The application could not be compiled due to the following errors:
Compilation Errors
out of memory
-------------------------------------------
But same application is working fine in my PC (512MB RAM).Why is it compilation error[out of memory] occuring on that server.

Thanks,
-Rudresh

antun
05-26-2004, 03:41 PM
Is this a LPS DE or a LPS DE Core installation?

192MB is actually less than the minimum system requirements for the LPS, but you might still be able to get it to run.

-Antun

ptw
05-26-2004, 03:53 PM
What kind of a server is this? If it is a shared server, it may have memory limits imposed that you cannot override (without paying more).

thipperudra
05-26-2004, 10:21 PM
Hi Antun,

We are installed LPS DE in that server.And it is the shared webserver.Is there any idea to solve this problem.

Thanks,
Rudresh

ptw
05-27-2004, 04:16 AM
Most shared servers have a memory limit. You will have to ask your provider if that limit can be increased.

Depending on the type of server, there may be a command you can issue to see what your current limits are. On a Unix server, the command is 'limits' or 'ulimit'.