> For the complete documentation index, see [llms.txt](https://yulinliu.gitbook.io/share/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yulinliu.gitbook.io/share/master.md).

# 讓自己開發的系統 擁有較好的穩定性

在Java 的世界裡，寫出一套穩定的系統\
您不需要大神般的開發能力，需要的是多一點細心\
理解下方幾個主題，您開發出來的系統將會比以往更穩定，系統整體效能也會一併提升

如果您的系統正面臨以下幾個症狀，後續的內容一定有所幫助:\
1\. 系統每幾天就因為Memory問題，需要重啟才能解決\
2\. 某些個功能執行幾次或大量執行後，就會出現非預期的結果\
3\. 某些功能的回應時間開始變慢\
4\. Can not get connection&#x20;
