Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Date (when you have last updated this information)
  • Operating system
  • Hardware details (processor type/speed, RAM, etc)
  • Application server and version
  • MySQL version
  • Java SDK version
  • Any additional information (e.g. special things you did to get Mifos working on your configuration)

 

Table of Contents
outlinetrue

Van Mittal-Henkle (Unlicensed)

...

  • Operating system:  Ubuntu 11.04 (64 bit)
  • Hardware details:
    • Intel i7 Q 720 1.6 GHz (1st Generation i7 code)
    • 6 GB RAM (2GB used by Mifos)
  • Application server and version
  • MySQL version: (Default of Ubuntu 11.04) MySQL 5.1.54, for debian-linux-gnu (x86_64) using readline 6.2
    • To make mysql faster for development use "innodb_flush_log_at_trx_commit = 0"
    • Tuning Memory parameters in my.cnf can increase the speed.
    • RAMDisk
  • Java SDK version: JDK 1.6.0.25
  • IDE: Eclipse 3.7 for Java Developers
  • Time for "mvn clean install" from project root: 30 min on Ubuntu

...

  • Operating System: 32-bit Ubuntu 1112.10
  • Hardware:
    • CPU: Intel Core 2 Quad, 2.40 GHz
    • RAM: 4GB (and 4GB Swap)
  • Application Servers
    • Jetty 7.3.1.v20110307
  • MySQL: 5.1.61
  • Java: Sun JDK 1.6.0.06
  • Time for "mvn clean install": ?
  • IDE: Eclipse Indigo 3.7 with eGit and m2e plugins
  • Maven: 3.0.4
  • Any additional information: had PermGen Out of Memory issues until I added Jetty/Java parameters as outlined on the wiki