irvingc / dbscan-on-spark

An implementation of DBSCAN runing on top of Apache Spark
Apache License 2.0
183 stars 58 forks source link

java.lang.OutOfMemoryError: GC overhead limit exceeded #17

Open haro007 opened 4 years ago

haro007 commented 4 years ago

I have tested this code only by using 1000 rows of data, however it still give a java oom problem . How should i do can solve it ?