TeamCity and YouTrack - less than 1 GB

I am trying to configure YouTrack and TeamCity on a virtual machine with less than 1 GB on Windows. There will be a very low level of use (both users and requests). This is a POC environment, if it works, I can push it to extra-small or small instances of Azure or Amazon VM.

Does anyone have this to work?

PS: I understand that this is lower than the recommended JetBrains settings.

+4
source share
3 answers

I tried installing WARs under TomCat, and I could not get TeamCity to play well in TomCat 7. I ended up using the installers from the box provided by JetBrains, and everything worked fine.

+1
source

I have an executable instance of YouTrack with a dedicated capacity of 256 MB (never tried a lower value), on an old server with 1 GB of RAM in Debian. It feels pretty responsive, but so far I'm the only user: D

If you use Windows XP, this might work fine if Team City will only work with 256 MB of RAM.

Is there a need to use TeamCity, or do you only need it to integrate YouTrack with Git / Mercurial / SVN?

+1
source

I solved the same problem as follows:

  • An installed application on a virtual machine with more than 1 GB of memory.
  • My application is configured.
  • Reduced size (memory) of the virtual machine up to 700 MB

The application used JetBrains YouTrack 6.0 with 250 problems and 3 users. He could not install from the MSI package on a VM with 700 MB of memory. After processing the steps mentioned, it works great.

0
source

Source: https://habr.com/ru/post/1389484/


All Articles