Skip to content
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

Exceeded limit on max bytes to buffer : 262144 #293

Closed
mark8s opened this issue Aug 30, 2024 · 13 comments
Closed

Exceeded limit on max bytes to buffer : 262144 #293

mark8s opened this issue Aug 30, 2024 · 13 comments

Comments

@mark8s
Copy link
Contributor

mark8s commented Aug 30, 2024

When I perform GC log analysis, this error is reported. Is it because my GC file size is too large? Is there a way to solve it?

image

image

@D-D-H
Copy link
Contributor

D-D-H commented Aug 31, 2024

Is there any exception stack trace on server stdout/err?

@D-D-H
Copy link
Contributor

D-D-H commented Aug 31, 2024

Could you provide the gc log so I can reproduce this problem in my env?

@mark8s
Copy link
Contributor Author

mark8s commented Aug 31, 2024

@D-D-H How do I send you?

@D-D-H
Copy link
Contributor

D-D-H commented Sep 3, 2024

@mark8s

Could you attach the log here?

Uploading image.png…

@mark8s
Copy link
Contributor Author

mark8s commented Sep 3, 2024

@D-D-H
Copy link
Contributor

D-D-H commented Sep 6, 2024

@mark8s

I cannot reproduce the problem.

image

Can you provide your running config(jvm options, jifa application.yml)?

@mark8s
Copy link
Contributor Author

mark8s commented Sep 8, 2024

@D-D-H OK,tks~, I'm not free these days, I'll check it again, maybe there's something wrong with my configuration. Or can you show me your configuration?

@D-D-H
Copy link
Contributor

D-D-H commented Sep 9, 2024

I just used the default config.

@mark8s
Copy link
Contributor Author

mark8s commented Sep 14, 2024

@D-D-H How did you run it? Does it have anything to do with the performance of the machine? This seems to be a code problem. I didn't change anything. What version of jifa are you running?

@mycxu
Copy link
Contributor

mycxu commented Oct 31, 2024

@D-D-H
I reproduced this problem. When I started a master node and a static node, the problem seemed to occur when the static node returned results. Because this error did not occur when I parsed in standalone-worker mode. When I parsed the heap dump using multiple nodes, I also encountered this error. Only Object Group did not have an error. The other three all showed the same error message.
1730352895959

@mycxu
Copy link
Contributor

mycxu commented Oct 31, 2024

@D-D-H @mark8s
I fixed this issue in this #311 . The reason this error occurred was because the default buffer byte size in Spring is 256KB (262144 bytes). After I modified it to 10MB, the error no longer appears.

@mark8s
Copy link
Contributor Author

mark8s commented Nov 1, 2024

@mycxu ok~

@D-D-H
Copy link
Contributor

D-D-H commented Nov 4, 2024

The PR is merged.

@D-D-H D-D-H closed this as completed Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants