From 7823313aa3af7cbaad3cd105f4d94075d69c04ba Mon Sep 17 00:00:00 2001 From: LN <91385411+Ln11211@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:32:14 +0530 Subject: [PATCH] Update troubleshoot.rst Updated the description according to the suggestions Signed-off-by: LN <91385411+Ln11211@users.noreply.github.com> --- rsts/community/troubleshoot.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rsts/community/troubleshoot.rst b/rsts/community/troubleshoot.rst index 4435aa7063d..3e4fe92daba 100644 --- a/rsts/community/troubleshoot.rst +++ b/rsts/community/troubleshoot.rst @@ -116,10 +116,7 @@ Troubles with handling large responses in ``FlyteRemote.sync`` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ``Received message larger than max (xxx vs. 4194304)`` usually crops up when the message size is too large. - -How To Fix? -""""""""""""""" -- In the ``config`` file of flyte-admin, increase the value of ``MaxMessageSizeBytes`` variable accordingly. +- To fix this, edit the flyte-admin-base-config config map to increase ``maxMessageSizeBytes`` value. I Still Need Help!