Hey eb,
got a MASSIVE stacktrace with out of memory an hour ago - raspi
...
Memory: 4k page, physical 448180k(29320k free), swap 102396k(3032k free)
...
Holy sh*t, you must start java with Xmx option.
swap 102396k(
3032k free) that means your raspi was swapping 100MB on its sdcard, that will not work and your sdcard will die very fast.
Use:
java -Xmx150m -jar start.jar
And tell me how it goes. This way it will never oom on any raspi version.
Greets,
eb