On Tue, Feb 25, 2020 at 7:40 AM Arthur Smith arthurpsmith@gmail.com wrote:
Thanks, I bumped up the memory request when it starts and that seems to have resolved the problem! Also I hadn't realized that you need to repeat the same commands whenever you run webservice start - I thought it retained the previous settings, but it looks like you have to be specific each time or it falls back on the old defaults?
I agree that this is unintuitive, but it is the current behavior. The internal implementation of `webservice stop` clears all the state data from the $HOME/service.manifest file. `webservice restart` is the only command which uses that state data directly.
Bryan