mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
hibylinux: Shrink PLUGIN_BUFFER to 512K
Hosted platforms use dlopen() for plugin loading, and hibylinux is relatively RAM constrained, so shrink this will free up more memory to the OS for plugins to use. Change-Id: I6b7cb17b964eaf5afc4958db242dfe4b82178e2e
This commit is contained in:
parent
32d52e0415
commit
b497e71708
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#define CODEC_SIZE 0x100000
|
||||
|
||||
/* The number of bytes reserved for loadable plugins */
|
||||
#define PLUGIN_BUFFER_SIZE 0x100000
|
||||
#define PLUGIN_BUFFER_SIZE 0x80000
|
||||
|
||||
#define CONFIG_LCD LCD_INGENIC_LINUX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue