We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OutOfMemoryError
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
This problem can be fixed by changing 'Shared build process heap size (Mbytes)' from 700 to 1024 in follow figure.
The text was updated successfully, but these errors were encountered: