Results 1 to 2 of 2
Hi all,
I would like to ask whether kernel modules that are loaded in kernel memory, but they are not getting used from long time, then in this case, what ...
- 10-29-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 4
Automatic unloading of kernel modules
Hi all,
I would like to ask whether kernel modules that are loaded in kernel memory, but they are not getting used from long time, then in this case, what is the behaviour of kernel ? Does kernel unload modules or kernel modules remain in kernel memory until system is up ?
Please guide me.
Thanks and Regards,
Tarun
- 10-30-2009 #2Linux Newbie
- Join Date
- Jan 2008
- Location
- Canada
- Posts
- 109
Hi Tarun_Thakur
Run command <lsmod> (discard brackets). This will give you a list of all modules in Memory at this time. The Linux Kernel is fairly adept at dealing with memory in an efficient manner. Not sure what you mean by "until system is up?", maybe you meant "until system goes down?". If memory is scarce I am sure that the Kernel deals in an appropriate manner to recover available memory space. It is one of Linux's strengths. Cheers...
Robert


Reply With Quote
