Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TeamCity and YouTrack in under 1GB

I am trying to setup YouTrack and TeamCity on a VM with less than 1GB running on Windows. There will be a very low usage (both users and requests). This is a POC environment, if it works I may push it onto an extra-small or small Azure or Amazon VM instance.

Anyone has got this to work?

PS: I understand that this is way below JetBrains recommended settings.

like image 324
Radu Grama Avatar asked Nov 05 '22 08:11

Radu Grama


2 Answers

I have a running YouTrack instance with only 256MB RAM allocated (never tried a smaller value), on an old server with only 1GB RAM, under Debian. It feels pretty responsive, but I'm the only user so far :D

If you're using Windows XP, it might work ok, if Team City would run with only 256MB RAM.

Is there a specific need for using TeamCity, or you need it only for integrating YouTrack with Git/Mercurial/SVN?

like image 57
alexandrul Avatar answered Feb 22 '23 03:02

alexandrul


I tried installing WARs under TomCat and I could not get TeamCity to play nice in TomCat 7. I ended up using the out of the box installers provided by JetBrains and all worked fine.

like image 21
Radu Grama Avatar answered Feb 22 '23 03:02

Radu Grama