I turned off the upgrade check in the code. In Initializer.java comment out the line um.doUpdate();
ie, change
um.doUpdate();
to
//um.doUpdate();
and no more update.
2.4.0 does fix the resuming, but it uses obscene amounts of RAM, about twice as much as 2.3.4
Anyone else noticed anything similar? |