This is a discussion on How to increase the vmalloc size? within the Linux software forums, part of the Linux Getting Started category; Hi all, In my log file, I got this message. Sep 10 20:10:15 localhost kernel: allocation failed: out of vmalloc ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Hi all,
In my log file, I got this message. Sep 10 20:10:15 localhost kernel: allocation failed: out of vmalloc space - use vmalloc=<size> to increase size. Does anyone knows how to increase the vmalloc size? I have a 4GB RAM but my vmalloc size is only around 250MB. here's the output of meminfo. -bash-3.00# cat /proc/meminfo MemTotal: 4149084 kB MemFree: 158452 kB Buffers: 31748 kB Cached: 3540632 kB SwapCached: 0 kB Active: 116340 kB Inactive: 3530776 kB HighTotal: 3407296 kB HighFree: 15004 kB LowTotal: 741788 kB LowFree: 143448 kB SwapTotal: 1048568 kB SwapFree: 1048568 kB Dirty: 2076 kB Writeback: 0 kB Mapped: 96824 kB Slab: 157748 kB CommitLimit: 3123108 kB Committed_AS: 229872 kB PageTables: 1172 kB VmallocTotal: 249848 kB VmallocUsed: 146460 kB VmallocChunk: 2736 kB Thanks in advance, warren |
| Sponsored Links | ||
|
|
|
|||
|
I have added a vmalloc option in grub.conf.
something like: kernel /boot/vmlinuz ro root=/dev/ram1 ramdisk_size=136000 rhgb quiet vmalloc=512M reboot, still it didn't increase the vmalloc size. -bash-3.00# cat /proc/cmdline ro root=/dev/ram1 ramdisk_size=136000 rhgb quiet the vmalloc option has not been passed to the kernel, any idea hot to do it? thanks, warren |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux / UNIX set increase the number of failed login retries with SSH client | sweta | Getting started tutorials | 0 | 06-12-2007 03:35 AM |
| Script to Display Image size, Res, and Compression | TiredOrangeCat | Shell scripting | 4 | 02-13-2007 12:04 AM |
| How to Increase your Airtel DSL DNS server performance speed | rockdalinux | Computer Networking and Internet/broadband | 1 | 09-23-2006 06:06 AM |
| Linux command to check size of hard drive disk | gbdood | Linux software | 2 | 08-27-2006 10:44 AM |
| moving files based on size | kavi | Shell scripting | 2 | 11-11-2005 06:17 PM |