Subscribe:
RSS feed
In Agile all team members are equal. We ideally have a cross functional team. All team members are regarded as equal and everybody has an equal right to voice their opinions. There is no code ownership. Nobody is finger pointed at etc etc etc Ah, so much equality that you start feeling that everyone should […]
March 13, 2008
Today once I started getting ‘Not enough memory’ while creating the build of a huge project using Ant. The easy way to increase the heap size is set ANT_OPTS="-Xms512m -Xmx512m" For me it worked without the quotes set ANT_OPTS=-Xms512m -Xmx512m For setting up the Java Heap size for other app servers and frameworks refer to […]
March 26, 2008
2