summaryrefslogtreecommitdiff
path: root/daily/18-Apr-2025.md
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-04-18 21:01:49 +0200
committerJasper Ras <jaspert.ras@gmail.com>2025-04-18 21:01:49 +0200
commita8a8e1f984f20c8008f3a5f57cd39b416eb73104 (patch)
tree2262794b52d82c5fd9cbc55b503b52fafbd3af8a /daily/18-Apr-2025.md
parent5fa69499917fab7a026c90c8321dbcc22734106a (diff)
parentab409a3701bf59dd73dc1e0324376bdac8b6d74f (diff)
vault backup: 2025-04-18 21:01:49
Diffstat (limited to 'daily/18-Apr-2025.md')
-rw-r--r--daily/18-Apr-2025.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/daily/18-Apr-2025.md b/daily/18-Apr-2025.md
new file mode 100644
index 0000000..2b9620d
--- /dev/null
+++ b/daily/18-Apr-2025.md
@@ -0,0 +1,6 @@
+Encountered oom on lxchosts. Turned out that octavia wsgi was using huge amounts of ram.
+First we disabled the apache on all octavia to prevent more oom kills.
+After that Erik limited their allowed memory usage, and we turned them back on.
+Found out that we can see what script is ran by apache in the vhost config. Turned out to be some CGI script.
+To profile the memory usage I stopped apache and ran a memory profiler directly against the cgi script, I had to stop the LB from using TLS but apart from that it worked smoothly.
+We now have a flamegraph of the memory usage, and it looks like it is something to do with ovs. \ No newline at end of file