diff --git a/runtime-light/state/instance-state.h b/runtime-light/state/instance-state.h index 68473d69e7..cd855b1a5b 100644 --- a/runtime-light/state/instance-state.h +++ b/runtime-light/state/instance-state.h @@ -135,5 +135,5 @@ struct InstanceState final : vk::not_copyable { enum image_kind image_kind_ { image_kind::invalid }; enum instance_kind instance_kind_ { instance_kind::invalid }; - static constexpr auto INIT_INSTANCE_ALLOCATOR_SIZE = static_cast(256U * 1024U * 1024U); + static constexpr auto INIT_INSTANCE_ALLOCATOR_SIZE = static_cast(128U * 1024U * 1024U); };