|
I am trying to allocate memory NSImage*originalLocationImage;
NSURL *fileURL = [NSURL fileURLWithPath:originalLocation]; //originalLocation is file path in my disk
originalLocationImage = [[NSImage alloc]initByReferencingURL:fileURL];
NSBitmapImageRep...
Started by ashish on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd question why you want to load all of the image into memory in the first place - surely dealing might have this much memory free, you don't have this much contiguous memory free
If all you want require reading the entire image....
|
|
I am wondering why I'm not able to allocate more that 1,000 MB of memory in my 32-bit .NET process. The following mini application throws an OutOfMemoryException after having allocated 1,000 MB. Why 1,000 MB, and not say 1.8 GB? Is there a process-wide...
Started by Stefan Schultze on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The answers here are:
use less memory....
You could try it.
The problem here is finding a contiguous block.
You get big problems with contiguous memory and fragmentation.
Having enormous blocks of memory is never a good idea, even in 64bit.
|
|
My Grails application is running in a development environment. I still didn't go into production, but in any case, is it normal that my Grails application is requiring 230 MB at startup only (with an empty bootstrap and no request handled so far)?
Do ...
Started by fabien7474 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
High memory usage is just part of life when definitely tune your application....
IMO, 230MB is a lot of memory use for a Java application.
Because it uses an embedded Tomcat (Jetty.
I wouldn't blame all that memory usage just on Grails.
|
Ask your Facebook Friends
|
Hello
I have a simple C# 2008 application which displays a png-picture and handles some simple MouseEvents.
Although it's nothing complex, it uses at least 9.5-10 MB of memory (as shown in task-manager)
I've already disabled any type of error logging ...
Started by Atmocreations on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
By the way, it's not like "if your simple app takes 10MB, making it as double... .
10MB is not too much memory and not all of 10MB is private memory (probably most of it is sharable).
Whatever you do, the CLR will have to be loaded in the process .
|
|
I got CollabNet Subversion Server 1.6.2.37639 installed on Windows Server 2003 R2 (Enterprise, x86) and obviously set it to run as a service. I only host one repository, which is a svnsync mirror of another one (hosted on another machine). The service...
Started by Dario Solera on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
:-)
That#s interesting - I havn't heard of a large memory usage of Svnserve on the mailing lists to get to this level of memory....
" :) Is there a way, like with Linux, to see how memory is allocated/used on a per-process basis, perhaps.
|
|
Website says
Up to 16 MB total memory, including 3.2 MB of user memory
Which means 3.2 is included in 16mb
Total memory 16mb.
FYI Operating system used by phone also takes some memory.
Check ur phone does it really have 3.2 mb user memory. Check the total...
Answer Snippets (Read the full thread at orkut):
The Sonyerricson W910i ....awesome phone we cant expand the memory but we can shrink the size of images the frame and save image
by this a 42 kb image will shrink to 7.2 kb 12.5 MB for contacts, calendar?
is there any way to use that other....
|
|
I just uninstalled and re-installed LabVIEW 2011. I was hoping this would do something to lower the memory footprint. Alas, it did not make any difference. This is what I see:
- When I launch LabVIEW, it uses 94 MB even before I have opened a single VI...
Started by nbf on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at ni):
You should keep....
And I am sure there are other additional copies in memory (and we don't even know what's explain the memory use.
My 2GB array.
Oops I am not at all able to open the VI it shows "Generic error" and "Not enogh memory".
|
|
Besides , I want to upgrade my RAM of my Laptop which is a Compaq Presario v 2000 model . I already have a 512 MB RAM in it and the performance of the Laptop is decent for my browsing work etc . Should I go for a new 1 GB RAM or would a additional 512...
Started by Nishant on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
memories but, if you can get a 1gb memory with faster bus speed, it is better ;)
If you have 2 x 512MB sticks of RAM you may see some improvement in terms of memory speed over 1 x 1GB stick as your the increase is only seen in highly....
|
|
I just recently bought a 64MB memory module to max out my LC 575. Bought from this page here:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=160527757777&ssPageName=STRK:MEWNX:IT
It came in the mail today. Packaged fine, took it out, put it in the...
Started by LC_575 on
, 23 posts
by 7 people.
Answer Snippets (Read the full thread at 68kmla):
(Like certain 4 MB 30-pin SIMMs with 30-pin-taking Macs.) 68k Macs Liberated: ~20
Mac 128 thru MBP Core Duo the wrong memory for your Apple....
It's possible that it is the full 64 MB, but just not compatible with your system.
It is.
|
|
I just recently asked and solved a question pertaining to uploading .PDF files that are greater than 2 MB into a MySQL database as BLOBS. I had to change some settings in my php.ini file and MySQLs maximum packet setting. However, fixing this issue has...
Started by jpdbaugh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The client and server is determined by the amount of available memory and the size of the communications.
|