atom icon indicating copy to clipboard operation
atom copied to clipboard

infinitely long scan

Open almaz045 opened this issue 6 months ago • 2 comments

I tried run "atom reachables -o app.atom -s reachables.json -l c ." on tarantool repo to test C lang. Then it's printed: "Exception in thread "" java.lang.OutOfMemoryError: Java heap space" Then I tried to run atom with next command: /atom/bin/atom -J-Xmx16g reachables -o app.atom -s reachables.json -l c .

But it scans infinitely, I waited for couple hours.

Then tried like this: atom/bin/atom -J-Xmx16g reachables -o app.atom -s reachable.json -l c . -J-XX:+UseG1GC -J-XX:+UseStringDeduplication

And it scans infinitely too

almaz045 avatar Aug 21 '24 12:08 almaz045