Mayur
02/25/2021, 10:09 AMzygote: Explicit concurrent copying GC freed 35008(4MB) AllocSpace objects, 5(164KB) LOS objects, 89% free, 2MB/20MB, paused 211us total 67.413ms
zygote: Increasing code cache capacity to 512KB
Choreographer: Skipped 48 frames! The application may be doing too much work on its main thread.
zygote: Do partial code cache collection, code=53KB, data=54KB
zygote: After code cache collection, code=53KB, data=54KB
zygote: Increasing code cache capacity to 256KB
(after some optimization it lowered but still having the issue)
I need help to select the right approach understand the issue insightful in way to resolve and use correctly.Niklas Gürtler
02/25/2021, 10:23 AMjava.nio.channels.SocketChannel
), and a java.nio.channels.Selector
to monitor multiple sockets on the threads.Mayur
02/25/2021, 10:29 AM