sparkfun / SparkFun_MLX90640_Arduino_Example

Controlling and reading from the MLX90640 IR array thermal imaging sensor
https://www.sparkfun.com/
Other
122 stars 35 forks source link

OutofMemoryError: Java heap space #14

Closed natetoombs closed 4 years ago

natetoombs commented 5 years ago

I'm trying to run the Example2_OutputToProcessing sketch for an extended period of time, but after a few hours, I run into an OutofMemoryError with the Java heap space. Does anyone know how I can fix this to allow the program to run indefinitely? I have no experience with Java, any help is appreciated!!!

santaimpersonator commented 4 years ago

I don't see a point where there would be memory leakage from the example code. This sounds more like an issue with the Processing IDE.

No other users report same issue; closing issue for now.