How to avoid virtual fragmentation problem for 32 bit linux kernel?

150 Views Asked by At

Everybody knows the problem of virtual memory fragmentation in a system. How can we improve the fragmentation problem from the kernel driver perspective in 32-bit kernel?

Since we can't control the application behavior. There are issues where 600 MB virtual memory available but still Out of memory occur.

Any suggestions highly appreciated.

0

There are 0 best solutions below