|
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 have 256 mb graphics memory but system video memory is 64 mb. how to increase system video memory?
I have 256 mb graphics memory but system video memory is 64 mb. how to increase system video memory? i have 256 mb graphics memory but system video memory is 64 mb. how to increase system video memory?
Started by Vijay Kumar on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at yahoo):
Buy new gpu.
|
|
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.
|
Ask your Facebook Friends
|
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.
|
|
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.
|
|
Hi,
I want to install Fedora 16 LXDE on my old Acer Aspire 1640. it only has 512 Mb of RAM. again the installer complains having not enough RAM on board, just like it was with Fedora 15. I use the LiveUSB.
besides more memory, staying with F14 etc,
is...
Started by meine on
, 12 posts
by 7 people.
Answer Snippets (Read the full thread at fedoraforum):
When I choose "Install....
I was able to get around it with a laptop I had with 512 MB -- they run normally.
There is a thread on the board somewhere that says how to adjust to this .
The Anaconda installer requires at least 640 MB.
Yes, and no.
|
|
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....
|
|
[Quote: =" "] About the OS/Wii U "software layer", its memory size, etc.
I got a confirmation from a different source that the ones i'm usually referring to since the start, that the data revealed 2 months and half ago (with other following messages, ...
Started by charizard1605 on
, 20 posts
by 16 people.
Answer Snippets (Read the full thread at gamespot):
|
|
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.
|