switchbrew / nx-hbloader

Host process for loading Switch homebrew NROs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uses too much APPLET memory

misson20000 opened this issue · comments

HBL does not leave enough memory in the applet pool to launch any library applets (such as swkbd).

You can change this back to the value for APPLICATION, for now: https://github.com/switchbrew/nx-hbloader/blob/master/hbl.json#L134

The {alloc-basically-all-heap} behavior was originally intended for APPLICATION.

See the recent APPLICATION commit.