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

the miner's memory will increase continually when more deal is received. #4468

Closed
15012700225 opened this issue Oct 19, 2020 · 4 comments
Closed

Comments

@15012700225
Copy link

Describe the bug
the miner's memory will increase continually when more deal is received.

To Reproduce
Steps to reproduce the behavior:

  1. Run '...'
  2. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Version (run lotus version):

Additional context
Add any other context about the problem here.

@15012700225
Copy link
Author

Screenshot from 2020-10-19 12-52-24

@Stebalien
Copy link
Member

Next time this happens, could you take and upload a full heap profile:

curl "http://localhost:5001/debug/pprof/goroutine?debug=2" > stacks.txt
curl "http://localhost:1234/debug/pprof/heap" > heap.pprof

Then upload these here.

@Yarkin
Copy link

Yarkin commented Oct 23, 2020

bytes: 264kB
375.15GB github.com/ipfs/go-merkledag/pb.(PBNode).Unmarshal
github.com/ipld/go-ipld-prime-proto.(
_PBNode__Builder).DecodeDagProto
github.com/ipld/go-ipld-prime-proto.PBDecoder
github.com/ipld/go-ipld-prime/linking/cid.Link.Load
github.com/ipld/go-ipld-prime/traversal.Progress.loadLink
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv_iterateAll
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv_iterateAll
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv_iterateAll
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv_iterateAll
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv_iterateAll
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv_iterateAll
github.com/ipld/go-ipld-prime/traversal.Progress.walkAdv
github.com/ipld/go-ipld-prime/traversal.Progress.WalkAdv
github.com/ipfs/go-graphsync/ipldutil.(*traverser).start.func1

@rjan90
Copy link
Contributor

rjan90 commented Jul 31, 2021

This issue has been fixed in the newer versions of Lotus, can be closed now! #rengjøring

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

4 participants