我試圖在我的播放框架服務器 中獲得最佳優化。優化64MB服務器的播放框架實例
我嘗試優化:
%prod.jvm.memory=-server -Xms64m -Xmx128m -Xoptimize
# Jobs executor
# ~~~~~~
# Size of the Jobs pool
play.jobs.pool=2
# Execution pool
# ~~~~~
# Default to 1 thread in DEV mode or (nb processors + 1) threads in
PROD mode.
# Try to keep a low as possible. 1 thread will serialize all requests
(very useful for debugging purpose)
play.pool=5
但是我沒有成功,擁有256 MB的服務器上良好PERF。它似乎 http://www.playframework.org/運行在64mb服務器上,它工作 罰款。怎麼可能?我在優化中遺漏了什麼?