The Artima Developer Community
Sponsored Link

Java Answers Forum
Virtual Memory is leaking in java.exe

2 replies on 1 page. Most recent reply: May 22, 2002 3:49 PM by Thomas SMETS

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Jan Huysmans

Posts: 1
Nickname: jean
Registered: May, 2002

Virtual Memory is leaking in java.exe Posted: May 21, 2002 1:57 AM
Reply to this message Reply
Advertisement
Hello,

I have a BIG problem With Sun's java.exe (currently running 1.3.1_03 & 1.4.0).

I have an application that is reading and writing very large files (up to 500MB). The runtime asks for both RAM and VM, but after processing a file, only the RAM is being freed. It holds on to the virtual memory instead of giving it back to the OS.

Garbage collecting is not the problem, no leaking of any Objects found (used JProbe to ;make sure).
This problem has already been reported to Sun (several times), but no one seems to have an answer.

Does anyone have an idea?


Thanks!

Jan


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: Virtual Memory is leaking in java.exe Posted: May 21, 2002 3:57 PM
Reply to this message Reply
Do you have the core of the code (or even all the code). So we can test it ?
I surely do not believe the VM as a Memory leak ! May be de-allocation problems but certainly not a Memory leak (thought one learns every day :-) ).

Thomas SMETS,
SCJP2 - Brussels

Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: Virtual Memory is leaking in java.exe Posted: May 22, 2002 3:49 PM
Reply to this message Reply
Jan,
Another thing is to write the OS the VM is running on ...
_ Linux,
_ Win,
_ Solaris,



Thomas SMETS,
SCJP2 - Brussels

p.s. : Jij mocht mij direct contacteren liever in Frans of in Nederlands.

Flat View: This topic has 2 replies on 1 page
Topic: Resource Bundle Previous Topic   Next Topic Topic: Copy files...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use