You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to migrate the code to a mcu that has only about 20k ram and I test the code in PC .
And found that it need many ram size more that 100k.
I don't know how to lessen the size,when I modify the size of tdefl_compressor,it will lead to many problems like using different gzip method that has a different compressed result or giving a error.
I wanna know how many ram size the gzip need at least?
The text was updated successfully, but these errors were encountered:
I want to migrate the code to a mcu that has only about 20k ram and I test the code in PC .
And found that it need many ram size more that 100k.
I don't know how to lessen the size,when I modify the size of tdefl_compressor,it will lead to many problems like using different gzip method that has a different compressed result or giving a error.
I wanna know how many ram size the gzip need at least?
The text was updated successfully, but these errors were encountered: