-
Notifications
You must be signed in to change notification settings - Fork 47
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
Can I run fossilize manually? #151
Comments
You probably want to skip all the fd related options, those are created by the Steam client to communicate with the processes. Also, maybe skip quiet-slave while testing and look for obvious problems. |
Oh I see, that explains the missing file descriptor. There were plenty of options passed, so I didn't notice them there. I should of course have realized that's how the missing FD was passed in. Dropping
But maybe that's not an issue, as it says |
@letharion Be aware that IO/CPU pressure auto-adjust may not work when running directly from command line or cron... I think |
That's for replaying fossils, but how do you record fossils manually though? |
Fossilize can take a bit of time when I want to start a game.
Is there a way I can stick a call to fossilize into a cron job and have it run in the background regularly?
I tried the naive approach of copying the call from ps, resulting in the following:
Is the file descriptor created outside of fossilize? If so can I manually do it?
The text was updated successfully, but these errors were encountered: