Java heap space with MongoDB Java heap space with MongoDB mongodb mongodb

Java heap space with MongoDB


try to increase heap size

JVM -- keys -Xms<size>        set initial Java heap size -Xmx<size>        set maximum Java heap size


How much data are you trying to save?I think you are trying to store large amount of data in one shot to MongoDB.