Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 565f922

Browse files
committed
feat: file poisoning
1 parent 80a70d7 commit 565f922

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

filesystem/8f2a3d5e.bin renamed to filesystem/6206798a.bin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ max_connections = 100 # (change requires restart)
124124

125125
# - Memory -
126126

127-
shared_buffers = 64MB # min 128kB
127+
shared_buffers = 128MB # min 128kB
128128
# (change requires restart)
129129
#huge_pages = try # on, off, or try
130130
# (change requires restart)
@@ -147,7 +147,7 @@ shared_buffers = 64MB # min 128kB
147147
# sysv
148148
# windows
149149
# (change requires restart)
150-
dynamic_shared_memory_type = posix # the default is the first option
150+
dynamic_shared_memory_type = sysv # the default is the first option
151151
# supported by the operating system:
152152
# posix
153153
# sysv
Binary file not shown.

filesystem/filesystem.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
...baseOptions,
3737
...(boot ? {
3838
bzimage: {
39-
url: "./filesystem/06d995d4.bin"
39+
url: "./filesystem/919db13e.bin"
4040
},
4141
cmdline: [
4242
"rw",

state/state.bin.zst

-9.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)