Hi friends,
I have a very large application and i want to launch it from carbide.
But while launching it from carbide IDE it throws Internal error : "An Out of memory error"
Could anybode tell me how to prevent it .
By default, Eclipse will allocate up to 256 megabytes of Java heap memory...You can change this by starting eclipse useing the following command:
eclipse -vmargs -Xmx
You have to keep in mind that less memory you put there slower carbide is
Hi Friend,
I am thankful to all of u for replying.
I did the same as u suggested but the problem is same.
If this error can come for others reason please tell me.
Forum posts: 981
By default, Eclipse will allocate up to 256 megabytes of Java heap memory...You can change this by starting eclipse useing the following command:
eclipse -vmargs -Xmx
You have to keep in mind that less memory you put there slower carbide is
pirosl
Forum posts: 981
Sorry...replace eclipse with carbide...in my previous post
pirosl
Forum posts: 42
Thanks dear,
But from where i can put this command . please tell me in detail.
Thanks,
Forum posts: 30
Modify
C:\Program Files\Nokia\Carbide.c++ v1.2\Carbide.c++.ini
to something like
-vmargs
-Xms400m
-Xmx1500m
Note that there have been (are) bugs in carbide where the 'out of memory' is just a symptom, not the root cause.
Mika
Forum posts: 981
Even you change the ini file as Mika said...even you run that command from a command prompt (cmd console)
pirosl
Forum posts: 42
Hi Friend,
I am thankful to all of u for replying.
I did the same as u suggested but the problem is same.
If this error can come for others reason please tell me.
Thanks