You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed tunemygc, but I get an errror (in the log) when the configuration is being generated.
Relevant configuration details: the app is served by Passenger, and it uses the dotenv gem, so I've simply put the configuration parameters into the .env file, which works as expected.
The problem is that when I've restarted the passengers, the configuration generation failed for all the processes, with such log for each process:
I've installed tunemygc, but I get an errror (in the log) when the configuration is being generated.
Relevant configuration details: the app is served by Passenger, and it uses the dotenv gem, so I've simply put the configuration parameters into the .env file, which works as expected.
The problem is that when I've restarted the passengers, the configuration generation failed for all the processes, with such log for each process:
I can see a few instances of this error:
I also find dozens of thousands (for each process) of "Discarding snapshots" messages, which I assume it's normal.
If I try to fetch the configuration via
tunemygc -c
, I get an errorThere is no configuration [...] yet
.The text was updated successfully, but these errors were encountered: