diff --git a/dashboard/server.py b/dashboard/server.py index 3b7ee23..82b73d0 100644 --- a/dashboard/server.py +++ b/dashboard/server.py @@ -44,9 +44,9 @@ from strategies.quant_report import compute_quant_report # ═══════════════════════════════════════════════════════════ import gc, os as _os -MEM_SOFT_LIMIT = 256 * 1024 * 1024 # 256 MB — force GC -MEM_WARN_LIMIT = 384 * 1024 * 1024 # 384 MB — log warning -MEM_HARD_LIMIT = 512 * 1024 * 1024 # 512 MB — terminate +MEM_SOFT_LIMIT = 512 * 1024 * 1024 # 512 MB — force GC +MEM_WARN_LIMIT = 768 * 1024 * 1024 # 768 MB — log warning +MEM_HARD_LIMIT = 2048 * 1024 * 1024 # 2 GB — terminate def check_memory(): """Check RSS, force GC if over soft limit, raise if over hard limit.""" diff --git a/dashboard/static/vbt.html b/dashboard/static/vbt.html index d1618c4..0f0474a 100644 --- a/dashboard/static/vbt.html +++ b/dashboard/static/vbt.html @@ -7,73 +7,79 @@ -
-

VectorBT Dashboard Hyperliquid data

- +
+

FTDT QUANT LAB — VBT

+
● LIVE · Hyperliquid Mainnet
-
-

Select a backtest result

-

Choose from the sidebar or run a new VectorBT backtest

+
+

SELECT A BACKTEST

+

Choose from sidebar or run a new VBT backtest on live HL data

@@ -81,82 +87,77 @@ select:focus,input:focus{outline:none;border-color:#3b82f6}