# Best Practices

1. **Auto-start at boot**: Enable the systemd service to start automaticallyCopysudo systemctl enable soikastacksudo systemctl status soikastacksudo systemctl start soikastack
2. **Monitor GPU resources**: Keep an eye on GPU memory and utilizationCopywatch -n 1 nvidia-smi
3. **Regular updates**: Keep SoikaStack and NVIDIA drivers updated
4. **Security**: Use token authentication rather than password authentication when possible
5. **Resource limits**: Consider setting memory limits to prevent OOM errorsCopysudo nano /etc/systemd/system/soikastack.service# Add: MemoryLimit=16Gsudo systemctl daemon-reload


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://soika-labs.gitbook.io/soika-mockingjay/soika-stack-add-worker/best-practices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
