TVM will use the maximum number of threads that it can (big cores), but you can change the maximum by setting this environment variable: TVM_NUM_THREADS=[num_threads] (on the board being tuned on).
E.g., you might want a max of two threads, so you would run your RPC server with:
I’m afraid I haven’t played with the Android interface, so don’t really know the workflows. But as far I know you can still set the environment variables using Android?