vitasdk / newlib

PS Vita Newlib port.
GNU General Public License v2.0
47 stars 29 forks source link

Increase default newlib heap size to 128 MB. #94

Closed Rinnegatamante closed 1 year ago

Rinnegatamante commented 1 year ago

The original 32 MB default size is just way too undersized and most homebrews, even basic ones, require to manually increase it making developing for Vita from newcomers just counter-intuitive.

128 MB is a best choice for a default value since applications very intensive with sceKernelAllocMemBlock can still lower it using _newlib_heap_size_user and at the same time it offers a good balance between dynamic memory available through newlib and memblocks.

Rinnegatamante commented 1 year ago

Bump.