View Single Post
  #5 (permalink)  
Old April 22nd, 2002
MamiyaOtaru's Avatar
MamiyaOtaru MamiyaOtaru is offline
Code Mangler
 
Join Date: March 25th, 2002
Location: Wyoming
Posts: 143
MamiyaOtaru is flying high
Default

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?
Reply With Quote