OVERCLOCKING Through OSMC - Question

I want to make OVERCLOCK on the RPI2.
I am interested in better performance
Especially in graphics performance and display of movie
Do the following parameters good?

arm_freq=1100
sdram_freq=500
core_freq=500
over_voltage=6
gpu_mem=320
initial_turbo=60

Thanks

Depends on your power supply. Those look a little high.

By the way, initial_turbo just means that the cpu is in turbo mode for the first 60 seconds after boot, and gpu_mem just means how much of the memory is reserved for the GPU. Neither are really considered over-clocking options.

1 Like

Good luck with arm_freq=1100, my Pi 2 won’t even do arm_freq=1000 without random freezes…

Yeah I know
I changed the frequency to 1000 and it works well in the meantime

The fact that I allocated more memory to process the image does not help?

Any gpu memory you allocate above and beyond what is needed, is just memory that is taken away from the operating system for other uses. The default 256MB of gpu memory on a Pi 2 is more than enough.

1 Like

Then :
arm_freq=1000
sdram_freq=500
core_freq=500
over_voltage=6
gpu_mem=256

is OK?
This will change anything ?