Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readmes and remove VZE and VZV from helper script #1714

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

johnclary
Copy link
Member

@johnclary johnclary commented Feb 12, 2025

Associated issues

Testing

Spin up your local VZ stack: db, api, editor, viewer using the helper script and npm, as the docs suggest.

Take a look at the docs and let me know what could be better.

🙏

Ship list

  • Check migrations for any conflicts with latest migrations in main branch
  • Confirm Hasura role permissions for necessary access
  • Code reviewed
  • Product manager approved

Copy link

netlify bot commented Feb 12, 2025

Deploy Preview for atd-vze-staging canceled.

Name Link
🔨 Latest commit 2ff343f
🔍 Latest deploy log https://app.netlify.com/sites/atd-vze-staging/deploys/67b4cd748766660008b2e837

@johnclary johnclary mentioned this pull request Feb 13, 2025
4 tasks
@johnclary johnclary changed the title Update VZE readme Update VZE readme and remove VZE and VZV from helper script Feb 13, 2025
Copy link
Member Author

@johnclary johnclary Feb 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't look here. this file is still very much WIP. i will open a follow-up issue to complete it. i didn't want it to hold up this PR any further.

-c 'maintenance_work_mem=1GB'
-c 'max_wal_size=4GB'
-c 'shared_buffers=1GB'
-c 'work_mem=32MB'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my latest attempt at replicating successfully was with these settings:

    command: postgres 
      -c 'maintenance_work_mem=1GB'
      -c 'max_wal_size=5GB'
      -c 'shared_buffers=2GB'
      -c 'work_mem=64MB'

all this nonsense would be better served by it's own spinoff issue 😖

@johnclary johnclary changed the title Update VZE readme and remove VZE and VZV from helper script Update readmes and remove VZE and VZV from helper script Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant