3193 Using Less RAM
I've been in 3193 for 2 days straight now, coding quite a bit, but left
it on over night as well, and though this is not the project with the
XML files, my memory has yet to go over 73MB of ram.
Nice work.
R
Please sign in to leave a comment.
Robert S. Sfeir wrote:
Did you verify that in Task Manager (if you work on Windows)? Mine has a
simple web project open and shows 48M of 73M, where Task Manager
states 139,552KB.
Not complaining, just stating...
Amnon
In article <ctiuke$vel$1@is.intellij.net>,
"Amnon I. Govrin" <nomail@jetbrains.com> wrote:
On OS X. Second the number in Task Manager is diff from the one in
IDEA, always has been, so I just look at the one in idea that under <
3193 easily ate up over 200MB, and often hit my max of 512 and pushed me
to shut down.
R
I have also experienced a lot of Out of Memory problems with 3193 on windows
XP, with 1024MB of RAM? I have had to roll back to an earlier version.
"Robert S. Sfeir" <no_mail@jetbrains.com> wrote in message
news:no_mail-757F01.14285730012005@mail.intellij.net...
>
>> Robert S. Sfeir wrote:
>> > I've been in 3193 for 2 days straight now, coding quite a bit, but left
>> > it on over night as well, and though this is not the project with the
>> > XML files, my memory has yet to go over 73MB of ram.
>> >
>> > Nice work.
>> >
>> > R
>> Did you verify that in Task Manager (if you work on Windows)? Mine has a
>> simple web project open and shows 48M of 73M, where Task Manager
>> states 139,552KB.
>>
>> Not complaining, just stating...
>>
>> Amnon
>
>
You have coded Java for how long? You need to supply the JVM with enough heap space. -Xmx, -Xms. The JVM does not use all RAM available to it, it'll only use the ammount you have allowed it to.
I think you may be onto something. Mine would usually hang around 200mb
in task manager. It's at 100mb right now.
Norris Shelton
Sun Certified Java Programmer
Robert S. Sfeir wrote:
>I've been in 3193 for 2 days straight now, coding quite a bit, but left
>it on over night as well, and though this is not the project with the
>XML files, my memory has yet to go over 73MB of ram.
>
>Nice work.
>
>R
>
Alright, that was a bit stoopid! :) My bad...
"Patrik Andersson" <pandersson@gmail.com> wrote in message
news:18978987.1107165280121.JavaMail.itn@is.intellij.net...