Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2836#discussion_r227622952
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1234,7 +1234,7 @@
@CarbonProperty
public static final String UNSAFE_WORKING_MEMORY_IN_MB =
"carbon.unsafe.working.memory.in.mb";
- public static final String UNSAFE_WORKING_MEMORY_IN_MB_DEFAULT = "512";
+ public static final String UNSAFE_WORKING_MEMORY_IN_MB_DEFAULT = "1024";
--- End diff --
Can you describe the issue you encountered using the original default value?
---