Are there ways to allocate more resources to AsyncTask

I use AsyncTask to process massive computation in background so that the game thread will not freeze. However, I am not satisfy with current speed of AsyncTask. I would like to assign more memory and processors to AsyncTask. Are there ways to allocate more resource to AsyncTask?