creatubbles / ctb-mcmod

MIT License
2 stars 2 forks source link

[1.7] Out of ram problems #10

Closed swilgosz closed 8 years ago

swilgosz commented 8 years ago

Currently we use list-view thumbnails to list creations after loging into the creator-box. However, after clicking on anyone of them, there is full-view image downloaded and processed, which consumes lot of ram.

Is there a way to restrict maximum value of the size of generated images, and use only appriopriate thumbnails to do it?

For example - when user will create 2x2 creation, we don't need the 8.5 MB image to view it properly.

swilgosz commented 8 years ago

Those seems to be solved by improved garbage collector.