myesn opened a new issue, #3254: URL: https://github.com/apache/incubator-shenyu/issues/3254
### Question I ran `shenyu-admin` and `shenyu-bootstrap` through `docker-compose` on Raspberry Pi (arm64) without configuring any plugins, selectors, rules, and found that each of these two services takes up about `1 GB` , and my Raspberry Pi has only` 4 GB` of memory in total. I personally think that `shenyu-admin` is **just a `GUI` interface for configuration**. When the project is mature and stable, all plug-ins, selectors, The rule configuration has been solidified and will not change. In this scenario, `shenyu-admin` should provide a function to export all plugins, selectors, and rule configuration data to static files, such as json format configuration data files, and then `shenyu-bootstrap` loads this static configuration data file into the memory. At this time, it is equivalent to only running `shenyu-bootstrap`, and it is no longer necessary to run the `shenyu-admin` service, which can reduce and optimize the memory usage of the server. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
