Memory usage question (basic)

Hi folks, after using my box for about a day, doing not overly memory intensive applications, I tried to run an HD movie on my machine.

both mplayer and vlc spat out errors about the machine being too slow. I then noticed there was only ~100MB free memory (I have 4GB on amd64) so I found this surprising.

Is this a true reflection of how much free memory I have?

Is there any way to check what's munching the megs?

Does it sound like I've done something wrong?

Any info would be appreciated

Code:
FreeBSD scrotum 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 07:18:07 UTC 2009     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
 
Where are you seeing that you only have 100 MB free memory?

mplayer's too slow message always occurs because my system is too slow, not because there is insufficient memory. What resolution and frame rate movie are you trying to play, at what resolution, with what hardware and what drivers?
 
@narcolepsy

Have you uses mplayer from packages or from ports?

Packaged mplayer does not have many things compiled in, so it runs almost all things by software, no xv acceleration and so, it so, then rebuild mplayer with appreciate options.
 
- saw the message when running "top"

- h/w is core2duo 2.5ghz, 4gb ddr800 ram, radeon 4870 (i suspect there is no hw accel on this?)

n
 
narcolepsy said:
- saw the message when running "top"

top displays "free" memory and "inactive" memory.

narcolepsy said:
- h/w is core2duo 2.5ghz, 4gb ddr800 ram, radeon 4870 (i suspect there is no hw accel on this?)
I think your card does have partial acceleration support. Are you using the latest ati or radeonhd driver? Is DRM enabled in your kernel?
 
Code:
xdpyinfo |grep -E "DRI|XVideo"
    DRI2
    XFree86-DRI
    XVideo

Sry for the delay replying, i appreciate the help.
 
Back
Top