pmcgleenon commented on issue #19826: URL: https://github.com/apache/datafusion/issues/19826#issuecomment-3758565971
> It turns out that I forgot to disable swap for queries... q18 ([here](https://github.com/ClickHouse/ClickBench/pull/749/changes#diff-c716a873880f5c1ed29736e4bd16df7a8985fcf94d64a6994c8abc014f7d7b2fR31)) will be killed without swap memory 🥲 That's the danger of using swap. From what I understand swap is needed to compile datafusion-cli on the [`c6a.xlarge`](https://instances.vantage.sh/aws/ec2/c6a.xlarge) instance type which only has 8GB of RAM. I think we should remove `c6a.xlarge` from the Clickbench results. It can be added back in when the underlying issues get resolved Any thoughts @alamb @Omega359 @waynexia ? -- 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]
