1
0
Fork 0

remove low fraction to improve speed

This commit is contained in:
Von Random 2025-03-04 00:09:55 +02:00
parent 99076ebc5f
commit a3482c92a6

View file

@ -28,7 +28,6 @@ resource "yandex_compute_instance" "vm" {
}
resources {
core_fraction = 5
cores = 2
memory = 2
}