内存配置(.fleet/settings.json)

{
    "backend.maxHeapSizeMb": 1536
}

Go设置(.fleet/run.json)

{
    "configurations": [
        {
            "type": "go",
            "name": "backend",
            "goExecPath": "/usr/local/bin/go",
            "buildParams": ["$PROJECT_DIR$/main.go"],
        },
    ]
}