-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
内存溢出 #10
Comments
好的 我再看一下,有没有配置信息 及更多的错误信息 |
@wang316902972 调整这个参数试试 |
我是把 getBackOffSleepIncrement getMaxBackOffSleepInterval 这两参数设置为0,在process处理完返回状态之后sleep一下
…------------------ 原始邮件 ------------------
发件人: "Hbn"<[email protected]>;
发送时间: 2020年2月15日(星期六) 下午4:14
收件人: "HbnKing/Flume-ng-Database"<[email protected]>;
抄送: "316902972"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [HbnKing/Flume-ng-Database] 内存溢出 (#10)
@wang316902972
#每次 吐出量 与 内存有关
a1.sources.r1.batchsize = 128
调整这个参数试试
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
也是种思路 。这两个参数 晚点 配到外面吧 |
大佬有没有兴趣修复一下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
无数据的情况下轮询几秒后轮询速度会加快,然后内存溢出
20/02/12 04:27:34 ERROR source.SQLSource: RDB process error ,error is java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "PollableSourceRunner-SQLSource-r1" java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.Arrays.copyOfRange(Arrays.java:3664)
at java.lang.StringBuffer.toString(StringBuffer.java:669)
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "PollableSourceRunner-SQLSource-r1"
The text was updated successfully, but these errors were encountered: