switchbrew / nx-hbloader

Host process for loading Switch homebrew NROs
ISC License
343 stars 75 forks source link

Uses too much APPLET memory #4

Closed misson20000 closed 6 years ago

misson20000 commented 6 years ago

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

yellows8 commented 6 years ago

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.

yellows8 commented 6 years ago

See the recent APPLICATION commit.