Add note about using signal 2

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-14 21:31:43 -05:00
parent e0502bf5b3
commit 229d272f33
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ The following are optional.
`GUMBO_LIBXML_LOCATION` - Path to `libgumbo_xml.so` (default `./gumbo-libxml/.libs/libgumbo_xml.so`, can be edited to `libgumbo_xml`, which does the same thing as `libxml2` in `LIBXML2_LOCATION`)
## Notes
When using a service manager (e.g. systemd), make sure the stop signal is set to SIGINT, or 2. This will prevent EADDRINUSE.
# Performance
## Hardware
RAM usage seems to max out below 150 MiB (134 in production testing, different from local, which was around 65 MiB).