whiterook6/Faceoff

Running out of memory

whiterook6 opened this issue · 0 comments

Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
	at java.awt.image.DataBufferInt.<init>(Unknown Source)
	at java.awt.image.Raster.createPackedRaster(Unknown Source)
	at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
	at java.awt.image.BufferedImage.<init>(Unknown Source)
	at faceoff.competition.Competitor.toBufferedImage(Competitor.java:38)
	at faceoff.competition.Competitor.lazyLoadImage(Competitor.java:56)