Data stored in a optimal and faster retrieval place for widely used data.(e.g: SWAP,L2)

learn more… | top users | synonyms

1
vote
1answer
54 views

How to access the ARM cache memory of RaspberryPI?

I would like to enable or disable portion of ARM L2 's cache memory of raspberry PI. I am working on performance evaluation of raspberryPI by locking the cache memory of it. Please suggest me some ...
0
votes
0answers
32 views

How to compile a L2 disabled/Enabled Kernel for RaspberryPI?

I need to enable and disable the ARM L1/L2 cache of my Raspberry PI.I made changes in config.txt.But I have been told that i need a corresponding L1/L2 cache disabled kernel. Could anyone please ...
16
votes
1answer
980 views

How do I turn on Level 2 (L2) cache?

It has been suggested to me that L2 cache is turned off by default on the Pi, and that turning it on could improve CPU performance (probably at the expense of GPU performance). I'm keen to explore ...