As soon as I run my app, it takes up about 250MB of memory.
I checked the heap of android studio
byte [], char [], long []
occupy a huge amount of memory.
What can I do to my reactive code to reduce the memory equivalent of byte []
?
I don't know anything because it is only represented as byte []
.