diff --git a/libstratosphere/source/gpio/gpio_remote_manager_impl.cpp b/libstratosphere/source/gpio/gpio_remote_manager_impl.cpp index a51a54b8..2d49a6e8 100644 --- a/libstratosphere/source/gpio/gpio_remote_manager_impl.cpp +++ b/libstratosphere/source/gpio/gpio_remote_manager_impl.cpp @@ -21,7 +21,7 @@ namespace ams::gpio { namespace { struct GpioRemoteManagerTag; - using RemoteAllocator = ams::sf::ExpHeapStaticAllocator<16_KB, GpioRemoteManagerTag>; + using RemoteAllocator = ams::sf::ExpHeapStaticAllocator<3_KB, GpioRemoteManagerTag>; using RemoteObjectFactory = ams::sf::ObjectFactory; class StaticAllocatorInitializer {