Results 1 to 2 of 2
I was wondering if there was any easy way to increase the amount of memory available to pci_alloc_consistent(). Maybe some way through kernel config?...
- 02-10-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 7
[SOLVED] How to increase memory avaliable to pci_alloc_consistent()?
I was wondering if there was any easy way to increase the amount of memory available to pci_alloc_consistent(). Maybe some way through kernel config?
- 02-18-2010 #2Just Joined!
- Join Date
- Jan 2010
- Posts
- 7
Solved
Looks like I need to enable CONFIG_CONSISTENT_SIZE_BOOL in the kernel, as well as increase the size of CONFIG_CONSISTENT_SIZE.


