aata / mplayerx

Automatically exported from code.google.com/p/mplayerx
0 stars 0 forks source link

Probably Memory Leak #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open a mkv file with H264 and AC3 or a avi file with XVID and AC3 (normal 
DVDRip file)
2.play for a while
3.the playback starts to lag, and check the free memory, it almost runs out

What is the expected output? What do you see instead?
No lag, no memory runs out

What version of the product are you using? On what operating system?
MplayerX 1.0.0 r893
Snow Leopard 10.6.3 with 2.5 GB RAM

Please provide any additional information below.

Original issue reported on code.google.com by Ivan...@gmail.com on 9 Nov 2010 at 1:00

GoogleCodeExporter commented 9 years ago

Original comment by zongyao.qu on 31 Dec 2010 at 3:51

GoogleCodeExporter commented 9 years ago
I had this same issue

Original comment by wjruoxue on 6 Jan 2011 at 4:32

GoogleCodeExporter commented 9 years ago
It is not memory leak, it is that 
OS is caching the media file while playing it.

although it is not freed as "free memory" in the activity monitor,
it is inactive, and could be exchanged into page files any time, if there are 
any other memory request.

This is the OS behavior. There are ways to turn off the OS caching mechanism, 
but this may
cause lag, especially on relative slow media (external drive) for some HD 
contents.

Original comment by zongyao.qu on 20 Jan 2011 at 12:55

GoogleCodeExporter commented 9 years ago

Original comment by zongyao.qu on 25 Jun 2011 at 1:52