How to free Vmalloc memory on the fly

J

jussi

I'm using linux to record DVB directly to disk. My problem is that
when Vmalloc fills up it freeze DVB driver. I need to find a way to
empty that Vmalloc the fly. So far only solution is to reboot the
server and it's not a good solution.

[root@refrecord ~]# cat /proc/meminfo
MemTotal: 2076108 kB
MemFree: 1965880 kB
Buffers: 8328 kB
Cached: 63164 kB
SwapCached: 0 kB
Active: 41336 kB
Inactive: 46100 kB
HighTotal: 1179596 kB
HighFree: 1094488 kB
LowTotal: 896512 kB
LowFree: 871392 kB
SwapTotal: 3068404 kB
SwapFree: 3068404 kB
Dirty: 28 kB
Writeback: 0 kB
Mapped: 28632 kB
Slab: 8788 kB
CommitLimit: 4106456 kB
Committed_AS: 88064 kB
PageTables: 1432 kB
VmallocTotal: 114680 kB
VmallocUsed: 21168 kB <-- when this
fills up, it server will crash
VmallocChunk: 93008 kB
HugePages_Total: 0
HugePages_Free: 0
Hugepagesize: 4096 kB
[root@refrecord ~]#
[root@refrecord ~]# uname -a
Linux refrecord 2.6.16-1.2108_FC4 #1 Thu May 4 23:52:01 EDT 2006 i686
i686 i386 GNU/Linux


Please, any suggestion

-Jussi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top