如何增加Azure托管的集成运行时JVM堆内存 [英] How to Increase Azure-hosted Integration Runtime JVM Heap Memory

查看:84
本文介绍了如何增加Azure托管的集成运行时JVM堆内存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

We are using Azure Data Factories to upload SQL data (stored in ORC files) from Azure Data Lake into Azure Data Warehouse. We keep getting the following error on one specific table:

"errorCode": "2200",
"message": "ErrorCode=UserErrorJavaInvocationException,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=An error happened when invoking java, message: java.lang.OutOfMemoryError:Java heap space.,Source=Microsoft.DataTransfer.Richfile.OrcTransferPlugin,''Type=Microsoft.DataTransfer.Richfile.JniExt.JavaBridgeException,Message=,Source=Microsoft.DataTransfer.Richfile.HiveOrcBridge,'",
"failureType": "UserError",
"target": "ADLToADWCopy"

This table gave the same error when we uploaded from the source SQL DB into Azure Data Lake and we were able to resolve that by tweaking the JVM memory allocation on the self-hosted Integration Runtime machine:

setx _JAVA_OPTIONS "-Xms256m -Xmx16g" /M

Is there a way to pass something similar to the Azure-hosted Integration Runtime?

推荐答案

你好,

我看到的用于Azure托管IR的唯一配置是位置:

The only configuration I see for Azure managed IRs are the location:

https://docs.microsoft .com/zh-CN/azure/data-factory/create-azure-integration-runtime#create-azure-ir

我想说的是您的问题的答案是否定的,但是感谢您分享您的解决方案和有趣的发现.

I would say the answer to your question right now is no, but thanks for sharing your solution and interesting find.


这篇关于如何增加Azure托管的集成运行时JVM堆内存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆