Skip to content

Commit e9fb58a

Browse files
committed
also too small
1 parent 6bd5d9c commit e9fb58a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

inspector/inspector.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@
3434
datefmt="%Y-%m-%d %H:%M:%S"
3535
)
3636
lib.logging = logging
37-
# We can't (yet) start these
3837
EXCLUDE_INSTANCES: list[tuple[str, str]] = [
39-
("aws", "t3.nano"), # the currently used software stack doesn't fit onto this instance
38+
# too small memory instances
39+
("aws", "t3.nano"),
40+
("gcp", "f1-micro"),
41+
# we can't (yet) start these
4042
("aws", "f2.48xlarge"),
4143
("aws", "p4de.24xlarge"),
4244
("aws", "p5.4xlarge"),

0 commit comments

Comments
 (0)