Skip to content
Discussion options

You must be logged in to vote

Hi @Kegelcizer.

I recommend switching to PostgreSQL just because is a production deployment. SQLite is intended for initial tests to see if Ignition works for you. Once you decide to use it for real, a more robust solution (PostgreSQL) is recommended to lower the odds of data loss/corruption. If it helps, there's an example compose here.

Regarding the delays, SQLite could be a contributing factor, but it's hard to know for sure without debugging or profiling.

Another thing you can try is to override the memory limit by setting the GOMEMLIMIT environment variable on the Docker container. By default Nginx Ignition uses 128MiB as the limit, which is fine for the target usage scenario (homela…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Kegelcizer
Comment options

@Kegelcizer
Comment options

@lucasdillmann
Comment options

Answer selected by Kegelcizer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants