TEMPLE MEMORY EXPANSION — two moves
===================================
CEILING 1 (moved): /lattice tmpfs  96m -> 2048m   [init.expanded]
CEILING 2 (moved): phi_pool grid   32  -> 64      [init.expanded]
BACKING (moved):   guest RAM        ~512M -> 4096M [run-expanded.sh]

WHAT THIS BUYS:
  - Room for a native glyph-weight small model to load into /lattice via
    FileRead (no mmap needed) — the jettison-target model.
  - Substrate resolution headroom the BASIN float4096 argument calls for.

WHAT THIS DOES NOT DO (honest):
  - Does not let TempleOS host a 2.1GB mmap'd GGUF. That is architectural
    (no mmap, flat model), not a -m flag. The full teacher LLM stays on the
    sidecar and distills IN; it never resides in Temple.

TO APPLY: the img is read-only here; on a writable copy, replace /init with
init.expanded (debugfs -w or loop-mount+cp), then boot via run-expanded.sh.
