Tagged Questions
5
votes
1answer
373 views
Defragging RAM / OOM failure
This question is fairly lengthy, so I'll ask the questions at the top and then go through my method of coming to the questions:
Did (Busybox based) rm not execute because there wasn't enough ...
6
votes
1answer
1k views
How can I observe memory bandwidth?
I have an embedded Linux ARM system that is showing significantly less throughput than expected on both Ethernet and USB. I suspect the memory may be contributing. Is there a way to observe the memory ...
11
votes
3answers
1k views
Increasing kernel memory size
I have an embedded board with 512MB of RAM running Linux 2.6.29 and UBoot bootloader. But the kernel is able to utilize only 128MB of RAM.
I tried changing the value of XCODE_MEMSIZE, which I think ...
9
votes
3answers
2k views
Shell command to read device registers?
On a single-board computer running Linux, is there a way to read the contents of the device configuration registers that control hardware? I think it would be a wrapper for inw(), more or less.
I'm ...