mercari / tortoise

Tortoise: Shell-Shockingly-Good Kubernetes Autoscaling
MIT License
400 stars 15 forks source link

Change `GOMEMLIMIT` when changing the memory limit #320

Closed sanposhiho closed 7 months ago

sanposhiho commented 8 months ago

Similar to https://github.com/mercari/tortoise/issues/319.

sanposhiho commented 8 months ago

GOMEMLIMIT depends on Golang version. So, we start from changeing GOMEMLIMIT (but not adding if the service doesn't have it).

sanposhiho commented 7 months ago

Implemented in https://github.com/mercari/tortoise/pull/365 with a feature gate GolangEnvModification.