senderle / topic-modeling-tool

A point-and-click tool for creating and analyzing topic models produced by MALLET.
https://senderle.github.io/topic-modeling-tool/documentation/2017/01/06/quickstart.html
Apache License 2.0
106 stars 22 forks source link

Document memory limitations #66

Open senderle opened 6 years ago

senderle commented 6 years ago

Adjusting the amount of memory available to the JVM is challenging, especially now that we're supplying a pre-packaged version with its own JVM. When users run into memory limits, the error messages they'll receive are limited and confusing, and the best way to deal with this problem isn't obvious.

There needs to be better documentation laying out the problem and possible solutions. For intrepid readers, there's some basic, easily digestible information on stackoverflow.