JkSelf commented on issue #9671: URL: https://github.com/apache/incubator-gluten/issues/9671#issuecomment-2903822360
@FelixYBW It appears that Spark utilizes `UnsafeOutput ` for data serialization, leading to significant stack memory usage. The configuration option `spark.kryo.unsafe` can be used to control whether `UnsafeOutput ` is enabled. How about testing by disabling this configuration? -- 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]
