Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
337 views

Serving Large Protected Files in PHP/Apache

I need to serve up large files (> 2gb) from an Apache web server. The files are protected downloads, so I need some kind of way to authorize the user. The CMS I'm using uses cookies checked against a ...
4
votes
1answer
55 views

resize multiple images in php without exceeding memory limit

I am currently trying to get a form which will allow multiple images to be uploaded and resized on the server using PHP. Each uploaded image by the client is around 2.5mb in size. I am currently ...
3
votes
2answers
138 views

PHP upload size and its impact on post size and memory limit

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? ...
2
votes
3answers
74 views

strange Out of memory behavior on php

hi am getting the following strange error Fatal error: Out of memory (allocated 29097984) (tried to allocate 802454 bytes) when i do ini_get('memory_limit') i got 256M. in the above error the ...
2
votes
2answers
80 views

PHP Memory Limit / RAM questions

I have a question regarding PHP and it's memory limit. I have an index.php page, that requires memory_limit to be set to about 50MB or more to run. So does this mean anytime somebody visits that page ...
2
votes
4answers
174 views

C++ Change Max RAM Limit

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 saw ...
2
votes
5answers
741 views

What is the maximum memory available to a C++ application on 32-bit Windows?

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 this ...
2
votes
5answers
3k views

Increase PHP Memory limit (Apache, Drupal6)

I'm trying to run a Drupal installation on a shared hosting server. (I'm just subscribing to a provider - I don't own the box.) I need to increase the PHP memory limit for my Apache server. I have ...
1
vote
4answers
22 views

PHP allocating less than maximum fails

This one is easy to ask - hopefully quite as easy to answer: Can anyone explain how this is in any way possible?
1
vote
1answer
47 views

phpunit memory_limit parameter does not apply

I've just installed phpunit via pear in a mac osx 10.7 and everything works fine except I got memory limit errors (xdebug enabled for reports). I tried to add the -d memory_limit=512M parameter to ...
1
vote
1answer
204 views

How to set memory_limit php 5.3 on Dreamhost

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 to ...
1
vote
3answers
370 views

Linux bash inline command to execute a program and limit the resource

I made a website that needs to execute some kind of C++ program (the program has been compiled). But I want to limit the resources needed by the program. The resources that I want to limit are run ...
1
vote
1answer
282 views

Viewing a small region of a Large Image in Android

In a gist this is what I want to do: I want to load a 100x100 region (any part) of a 5mega pixel Image into a Android Bitmap class so that I can draw it onto a canvas element Its that simple. Thats ...
1
vote
2answers
116 views

Does the SQLite db count towards the app's memory limit?

I have an app that stores lots of things in SQLite. Does this count towards the memory limit that apps have? (dependent on hardware this is between 16 and 32 mb). What about the :in-memory: flag for ...
1
vote
0answers
415 views

valid memory limit test

I´m having trouble with a crashing ION-Cube module. The module imports csv data into our database, but if the csv file is to large (15+M) the result is a internal server error. The support told me ...
1
vote
4answers
1k views

“php --help” results in “PHP memory exhausted” error on Ubuntu

PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 523800 bytes) in Unknown on line 0 Same thing occurs with "php5 --help" I have already researched this and read ...
1
vote
3answers
2k views

Allowed memory size of 268435456 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 in locale with an apache installation on Ubuntu Lucid. When I run the script ...
1
vote
1answer
434 views

memory_limit=80M. what is the maximum image size for imagecreateformjpeg()?

i have a webhosting that gives maximum memory_limit of 80M (i.e. ini_set("memory_limit","80M");). I'm using photo upload that uses the function imagecreatefromjpeg(); When i upload large images it ...
1
vote
1answer
99 views

Why can't I create an object greater than 2GB in size in .NET, even on x64?

After reading Are C# Strings (and other .NET API’s) limited to 2GB in size? I played around with large strings and arrays in .NET 3.5. I found that the largest array I could allocate was int.MaxValue ...
1
vote
1answer
855 views

Salesforce/PHP - outbound messages (SOAP) - memory limit issue? DOMDocument::loadXML() Premature end of data in tag issue?

UPDATE: OK I figured it out, looks like fread has a filesize limitation, changed this to file_get_contents('php://input') , but now having SF give a java.net.SocketTimeoutException: Read timed out ...
1
vote
2answers
3k views

PHP Command-line scripts are ignoring php.ini and ini_set('memory_limit',…) directives

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 tried the ...
1
vote
5answers
1k views

PHP Memory Limit 25MB Exhausted - File Upload/Crop/Resize

I'm using a single image upload/crop/resize script for files up to 10MB. When testing, I set php_ini memory limit to 25M and that is exhausted when uploading a file only about 1.4MB. "Allowed ...
0
votes
1answer
65 views

Allowed memory size exhausted while synchronizing images with use of imagecreatefromjpeg

I am trying to synchronize images from one directory to another using imagecreatefromjpeg to resize the images in the process. In total the script has to process 15 GB of image files. At first the ...
0
votes
1answer
28 views

apache slows down over some requests

I have installed apache's MPM and disk cache modules, XCache for PHP, and w3 total cache plugin to spped up my WPMU installation. Overall the website seems to do just fine, but when I visit ...
0
votes
1answer
75 views

Memory limit issues when attempting to run Wordpress site locally

I'm working on a wordpress website and I'm attempting to set up a local test-environment for development purposes. I'm running the MAMP (Mac Apache MySQL PHP) stack. I'm running into the following ...
0
votes
1answer
66 views

consuming memory by script on server

Image manipulation after file-uploading causes this error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 20624 bytes) in .. on line 61 Line 61 is: $imagem = ...
0
votes
2answers
30 views

memory limit by calculation

lets suppose a 32 bit computer... in that each cell has 4 bytes...now a memory cell can only be accessed distinctly as it is a 32 bit computer only x=(2^32)-1 memory cells can be ...
0
votes
1answer
218 views

php rendering large zip file - memory limit reached

I try to render a zip file in php. Code: header('Content-Type: application/zip'); header('Content-Length: ' . filesize($file)); header('Content-Disposition: attachment; filename="file.zip"'); The ...
0
votes
1answer
144 views

PHP ini problem

I have this error in a PHP based installation: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 98304 bytes) in ...
0
votes
1answer
195 views

Drupal execution memory limit in hosting provider

We developed the Drupal based portal. After the testing and deployment (in locally) the site was working perfectly. But when I move the site to the online server (hosting), the site was facing the ...
0
votes
3answers
620 views

Upper memory limit for PHP/Apache

I'm getting the error when I run my PHP script.... Fatal error: Out of memory (allocated 1827405824) (tried to allocate 88800 bytes) I've added this line to my PHP script.. ...
0
votes
3answers
255 views

PHP: out of memory error, what to do?

I am receiving this error when Im trying to crop a image, I just uploaded. The image i just uploaded is around 3MB. Here's the error <br /> <b>Fatal error</b>: Out of memory ...
0
votes
1answer
87 views

Modelsim memory limit

My PC has 3 Gig RAM and I want to run simulation using modelsim SE6.3 but in compile time needs more than 3 Gig Ram, what should I do???
0
votes
3answers
523 views

PHP ini_get() and php.ini are not in sync

My php.ini has a memory_limit of 256M. phpinfo() reflects this. But from within PHP, ini_get('memory_limit'); returns 32M. My fatal errors for exceeding memory limit also say that the max is 32M. Any ...
0
votes
3answers
761 views

PHP - Plesk - Cron - Allowed memory size exhausted?

ini_set('max_execution_time',0); ini_set('memory_limit','1000M'); These are the first two lines at the very top of my script. I was under the impression if I ran something via cron memory limits ...
0
votes
1answer
272 views

OSX php.ini memory limits

When you are using the latests version of OSX (10.6), does the memory limit of 8M (or whatever you have yours set to) mean that you are now running with 8 000 000 bytes rather than 8 388 608?