Temporal server start-dev --db-filename your_temporal.db --ui-port 8080 fails

I’m trying to do the first Temporal application with the Go SDK tutorial and I’m getting this error:

ypham@xxxxx:~/sw-projects/money-transfer-project-template-go$ temporal server start-dev --db-filename your_temporal.db --ui-port 8080
time=2024-10-02T16:39:03.218 level=ERROR msg="failed starting server: failed setting up schema: unable to create SQLite admin DB: unable to open database file: out of memory (14)

I seem to have the correct file/folder permissions

drwxr-xr-x  5 ypham domain-users 4096 Sep 27 16:43 money-transfer-project-template-go

Any help would be appreciated