community
community copied to clipboard
[Bug]First comile and Run FE in mac got `OutOfMemoryError` or `java: Compilation failed`
First compile the FE according to https://github.com/StarRocks/community/blob/main/Contributors/guide/IDEA.md. Run StarRocks FE, I got
Module 'fe-core' production: java.lang.OutOfMemoryError: Java heap space
After fix it and when I try to reproduce it, I got
java: Compilation failed: internal java compiler error
This problem can be fixed by changing 'Shared build process heap size (Mbytes)' from 700 to 1024 in follow figure.