LuciferYang commented on PR #38589: URL: https://github.com/apache/spark/pull/38589#issuecomment-1313122325
> maven test all passed > Did you run the full Maven testing with this configuration? Yes. 4 days ago, I checked the full UTs with this configuration and all test passed. For `-XX:ReservedCodeCacheSize=128m`, there will be still `CodeCache is full. Compiler has been disabled.` related warnings during the full test, but there is no test failed. I am investigating a suitable value to unify this option, and want to change other places, such as `scala-maven-plugin`, `maven-surefire-plugin`, and `scalatest-maven-plugin`. @dongjoon-hyun Are you sure `-XX:ReservedCodeCacheSize=1g` is a more suitable option? If confirmed, I can use `-XX:ReservedCodeCacheSize=1g` for compilation and full UTs check again, and then change the option in other places to `-XX:ReservedCodeCacheSize=1g` if it is better -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
