latticexyz / mud

MUD is a framework for building autonomous worlds
https://mud.dev
MIT License
696 stars 175 forks source link

increasing node memory to be able to build the store-sync package #2802

Closed joergkiesewetter closed 2 months ago

joergkiesewetter commented 2 months ago

fixes #2801

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: b6d32a0c4db1ab17e0bce9fa6a2cef81b70e68f4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

holic commented 2 months ago

I just noticed this is running on an old fork of this repo with some changes that diverge from main, which is causing CI to fail. Mind rebasing your branch on latest main?

joergkiesewetter commented 2 months ago

This PR is targeting branch 'historical_indexer', because I need the change in this branch. Should I make a new one for main branch and you merge main into historical_indexer?

holic commented 2 months ago

oh sorry! I missed that detail in the description in the issue

what are you using the historical indexer for? that'd help me figure out if we should catch it up to main or not

holic commented 2 months ago

this would be a welcome change in main as well if you're up for it!

joergkiesewetter commented 2 months ago

oh sorry! I missed that detail in the description in the issue

what are you using the historical indexer for? that'd help me figure out if we should catch it up to main or not

it's used for the skystrife analytics dashboard by world explorers https://skystrife.worlds.online/

joergkiesewetter commented 2 months ago

I created a new pull request for main #2810