ZZ / Gemini-ZFS-Fix.md

0 likes
0 forks
1 files
Last active 1788283978

When you have 128 GB of RAM, ZFS defaults to a 64 GB ARC max ceiling. If your Windows VM pins 96 GB via hugepages, your system is mathematically trying to commit 160 GB of RAM on a 128 GB physical machine. Since hugepages cannot be unpinned, the host kernel starves, leading directly to the brutal cascading page faults and segmentation faults you experienced.

Technical Case Notes:

  • Root Cause 1 (Kernel Panic): An interface bug between Linux Kernel 6.18 code allocation profiling hooks (CONFIG_MEM_ALLOC_PROFILING) and the out-of-tree OpenZFS driver module. Background ZFS I/O workers drop pointers during slab memory cleanups, triggering __alloc_tagging_slab_free_hook page faults.
  • Root Cause 2 (Segfaults / Exit Code 139): Core memory allocation collision. Pinned Windows VM static hugepages (96 GB) combined with default OpenZFS ARC ceilings (50% of host RAM = 64 GB) exceeded physical RAM capacity (128 GB). This starved the host kernel during intensive parallel nixos-rebuild compiler routines, triggering segmentation faults across Python, Sphinx, and VS Code extraction tools.
  • Neutralize Kernel Allocation Profiling HooksForce the Linux kernel to bypass the unpatched memory tracking hooks that conflict with out-of-tree file system drivers.Action: Upgrade to a fixed minor kernel release (e.g., 6.18.48+) and append alloc_tag_boot=off directly to the boot loader command line parameters.
# Disable hugepages before recompiling kernel

ZZ / Qwen38-MTP-NInfer-Install.md

0 likes
0 forks
1 files
Last active 1787164268
export AI_HOST="ip"; Change the drive folder.

Install NInfer Server for fast Qwen3.8-27B inference

NInfer installs are tied to a specific GPU.

NInfer install

ZZ / Gemma3-4b-Work.md

0 likes
0 forks
2 files
Last active 1786066294

User: Are we going to keep this ship or is mgmt going to burn this vessel to the ground. With a combination of frankincense, myrrh, and oud wood, I am sedated. Time is the solution to any scale of relationship problems. If we all all focused on time theft alone you’ll likely find all the problems. A summarized pie chart of time spent every day. What if we can modify the 9 to 5 job, we can solve a lot of problems. What if there was a concept of a 9 to 4 work life? Do we negotiate by the minute? Every month, we reduce a minute so that we can have more time in our life. I just need Managment to understand that I have appointments and family beyond the work life.

────────────────────

gemma3:4b: Okay, this is clearly coming from someone feeling incredibly frustrated and stressed about their working situation – let’s call it "this ship." You're expressing a deep concern about your time being consumed, feeling like you're losing control, and struggling to balance professional demands with personal needs. Let's break down the core issues and potential approaches:

Understanding Your Core Concerns:

  • Feeling Overwhelmed & Controlled: The "burn this vessel to the ground" comment speaks volumes about a sense of being trapped and lacking agency. You’re not just unhappy; you feel like something is actively detrimental.
  • Time Theft/Mismanagement: This is the central theme – you believe time isn't being used effectively, both at work and potentially due to management decisions. You see this as fundamentally damaging the relationship (the “ship”).
Newer Older