Archives

Archive for February, 2008

Java and heap allocation isn’t really an issue when developing programs with known hardware limitations. If it’s a server application you know that there is probably enough RAM and it’s safe to set big values for -Xms and -Xmx.
When client applications come to play anything is possible. We initially gave -Xmx 1024 Mb, at the [...]

Feb 26th, 2008 | Filed under Java

Installing TPTP under Eclipse isn’t as straightforward as other Eclipse plugins. Installing the plugin itself is easy, it can be done using Eclipse Update manager. But the getting the Agent Controller to work needs some tweaking.
The first part is really well documented under TPTP installation guide in http://www.eclipse.org/tptp/home/downloads/installguide/InstallGuide44.htm so I won’t cover that. Also most [...]

Feb 7th, 2008 | Filed under Eclipse
Tags: ,

TimeGT Task and Note Manager