Run on EC2 micro?
Did anyone manage to run the TeamCity server on a EC2 micro instance?
I change the JVM settings to:
TEAMCITY_SERVER_MEM_OPTS="-Xms300m -Xmx300m -XX:MaxPermSize=150m"
TEAMCITY_SERVER_OPTS="-Dteamcity.git.fetch.separate.process=false"
But I still can't even get it to boot ...
Please sign in to leave a comment.
I was having problems doing this when I used a 64-bit JVM. But then I realized that there is no point in using a 64-bit JVM because it doubles the memory requirements. After switching to JDK 1.6.0_43, 32-bit, all was good.
Thanks, I'll give that a try!