Memory Leak?

Any questions? Need some help?
Post Reply
hexagon
Posts: 2
Joined: 15 Jan 2014, 03:06

Memory Leak?

Post by hexagon »

During the unraring processes of a large file (8G) I get an insane amount of memory usage:

Image

Code: Select all

FileBot 3.8 (r1840)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.64
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.0.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine:
Java(TM) SE Runtime Environment 1.7.0_45
64-bit Java HotSpot(TM) 64-Bit Server VM
Windows Server 2008 R2 (amd64)
hexagon
Posts: 2
Joined: 15 Jan 2014, 03:06

Re: Memory Leak?

Post by hexagon »

Post-Unrar

Image
User avatar
rednoah
The Source
Posts: 24017
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Memory Leak?

Post by rednoah »

No idea, probably not in my code though. You can try setting -Xmx256m or something like that to limit Java to 256m memory, if it takes more than that we know it's in the 7z native code, if it crashes with Java OutOfMemory errors it might be in the Java code.
:idea: Please read the FAQ and How to Request Help.
Post Reply