it's still important to use it thoughtfully. (メモリ制限は強力なツールであり、Goランタイムは誤用による最悪の挙動を軽減するための措 置を講じていますが、それでも思慮深く使用することが重要です。) Do take advantage of the memory limit when the execution environment of your Go program is entirely within your control, and the Go program is the only program with access to some set of resources. (メモリ制限を利用するのは、Goプログラムの実行環境が完全に自分のコントロール下にあり、 Goプログラムだけが何らかのリソース(コンテナのメモリ制限のような何らかのメモリ予約)に アクセスできる場合です。) 今回 - マシン上で実行するアプリケーションはGo製APIサーバーのみ - ECSのタスク定義より、コンテナ数・メモリ使用量を制限 | 考察 35 「A Guide to the Go Garbage Collector」 Suggested usesより 本環境がGOMEMLIMITの導入に適しており、検証結果からも有効性が見られる