austin3dickey commented on code in PR #40786: URL: https://github.com/apache/arrow/pull/40786#discussion_r1539424096
########## dev/conbench_envs/benchmarks.env: ########## @@ -48,3 +48,4 @@ PARQUET_BUILD_EXAMPLES=ON PARQUET_BUILD_EXECUTABLES=ON PYTHON=python LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH +JAVA_OPTIONS=-Xmx8G Review Comment: Thanks for trying this out, @danepitkin 🙂 If it turns out that tweaking the environment configuration fixes the error, I think leaving that configuration here (in the `dev/conbench_envs` location, which is only used by the Ursa machine) is the best choice. Reason is we support running the `voltrondata-labs/benchmarks` in other locations too, like local development, so I wouldn't want to always clobber the memory options of users' machines with a CLI arg there. -- 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]
