infinitely long scan
Open
- Dominant language
- Rust
- Stars
- 98
- Forks
- 10
- Avg merge
- 6h 19m
- Merged PRs (30d)
- 1
Description
I tried run "atom reachables -o app.atom -s reachables.json -l c ." on [tarantool](https://github.com/tarantool/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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.