memory-limit Questions

1

Solved

My PHP application has been running a bit slow and it's not very memory efficient at the moment. My whole server has been going down very often and I think I have this app to blame. I thought I'd m...
Aster asked 7/8, 2013 at 13:10

2

I'm currently using dreamhost to host my webiste. However an application i'm using requires a higher memory limit then the default for 90M. I'm relatively new to this and I've tried the following t...
Armagh asked 22/8, 2011 at 5:41

3

Solved

In PHP, i am oftenly facing memory limit problem. Especially with highly resource integrated systems like Drupal, etc. What i want to know here is: Is it good to have very high php memory ...
Ljubljana asked 12/10, 2012 at 11:50

2

Solved

In Python, I can write a program to calculate integers of unlimited size. Just the other day I did the one millionth fibonacci number, and it was so large It was unable to fit in the console. If th...
Funk asked 29/9, 2012 at 1:34

1

Solved

I have a php script that runs for about 2 hours. It is a cron job. The cron job runs every 4 hours. At the end of the script, I display some memory values. The memory_get_usage() result is 881568...
Autecology asked 6/9, 2012 at 14:33

4

How would I change the max amount of RAM for a program? I constantly am running out of memory (not system max, ulimit max), and I do not wish to change the global memory limit. I looked around and ...
Swansea asked 3/11, 2011 at 15:34

3

Possible Duplicate: Allowed memory size of X bytes exhausted I'm handling with a quite little big database (87mb) import and to do that I use a php script. All the operations are made...
Information asked 11/10, 2010 at 3:33

38

Solved

I have been given this interview question: Given an input file with four billion integers, provide an algorithm to generate an integer which is not contained in the file. Assume you have 1 ...
Gravelly asked 22/8, 2011 at 21:11

2

Solved

My PHP web application requires files (about 2.5 to 3 GB in size) to be uploaded to the server. How will this impact on following directives ? what are the required values in my case? post_max_s...
Melosa asked 21/6, 2011 at 12:48

5

Solved

Just wondering if there is a restriction on the max memory that a C++ application uses I understand that this is 2GB - Is that correct? If a C++ app tries to request more then 2GB memory does thi...
Hodosh asked 16/4, 2011 at 12:28

2

Solved

Here's my code: Sub isdofsodjisf48023jroi23f984444444jiodfiosj12348023jroi23f98() Dim colFiles As New Collection RecursiveDir colFiles, "C:\Documents and Settings\Alex Gordon\Desktop\testing\fi...
Roue asked 28/6, 2010 at 22:8

2

Solved

I am facing the common "Fatal error: Out of memory (allocated 30408704) (tried to allocate 24 bytes)..." PHP Fatal error. Pages served via Apache are not exhibiting this behavior. I've tr...
Posada asked 17/11, 2009 at 20:58

© 2022 - 2024 — McMap. All rights reserved.