Hi, What's the number of cores in your executor? And is there only one loading while you encounter this failure?
Besides, can you check if the local dictionary is enabled for your table using 'desc formatter table_name'? If it is enabled, more memory will be needed and the provided formula does not consider this. So you can try to set 'carbon.local.dictionary.decoder.fallback' to false and try again. -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/
